1.3.2 • Published 6 months ago

@types/system-sleep v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/system-sleep

Summary

This package contains type definitions for system-sleep (https://github.com/jochemstoel/nodejs-system-sleep).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/system-sleep.

index.d.ts

// Type definitions for system-sleep 1.3
// Project: https://github.com/jochemstoel/nodejs-system-sleep
// Definitions by: ArthurKa <https://github.com/ArthurKa>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function systemSleep(ms: number): number | null;
export = systemSleep;

Additional Details

  • Last updated: Sat, 06 Nov 2021 18:01:30 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by ArthurKa.