community-relations/types/sdNotify.d.ts

6 lines
147 B
TypeScript
Raw Normal View History

2021-03-19 21:23:38 -04:00
declare module 'sd-notify' {
function ready(): void;
function startWatchdogMode(ms: number): void;
function sendStatus(txt: string): void;
}