community-relations/types/sdNotify.d.ts

6 lines
152 B
TypeScript
Raw Permalink Normal View History

2021-12-23 22:36:13 -05:00
declare module 'sd-notify' {
function ready(): void;
function startWatchdogMode(ms: number): void;
function sendStatus(txt: string): void;
}