Skip to content

LLM Resources

@clippium/updater - API documentation โ€‹

Functions โ€‹

updater() โ€‹

ts
function updater(opts: UpdaterOptions): {
  notify: () => Promise<boolean>;
}

Parameters โ€‹

ParameterType
optsUpdaterOptions

Returns โ€‹

ts
{
  notify: () => Promise<boolean>;
}
NameType
notify() => Promise<boolean>

Type Aliases โ€‹

UpdaterOptions โ€‹

ts
type UpdaterOptions: {
  name: string;
  ttl: number;
  version: string;
};

Type declaration โ€‹

NameType
namestring
ttl?number
versionstring