@clippium/updater - API documentation โ
Functions โ
updater() โ
ts
function updater(opts: UpdaterOptions): {
notify: () => Promise<boolean>;
}Parameters โ
| Parameter | Type |
|---|---|
opts | UpdaterOptions |
Returns โ
ts
{
notify: () => Promise<boolean>;
}| Name | Type |
|---|---|
notify | () => Promise<boolean> |
Type Aliases โ
UpdaterOptions โ
ts
type UpdaterOptions: {
name: string;
ttl: number;
version: string;
};Type declaration โ
| Name | Type |
|---|---|
name | string |
ttl? | number |
version | string |
