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