community-relations/types/sdNotify.d.ts

6 lines
147 B
TypeScript
Raw Normal View History

2020-12-01 21:58:11 -05:00
declare module 'sd-notify' {
function ready(): void;
function startWatchdogMode(ms: number): void;
function sendStatus(txt: string): void;
}