DefinitelyTyped/types/sudo-block/index.d.ts
2017-08-10 16:40:19 -07:00

9 lines
303 B
TypeScript

// Type definitions for sudo-block 1.2
// Project: https://github.com/sindresorhus/sudo-block
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = sudoBlock;
declare function sudoBlock(message?: string): void;