mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
375 B
TypeScript
10 lines
375 B
TypeScript
// Type definitions for beeper 1.1
|
|
// Project: https://github.com/sindresorhus/beeper#readme
|
|
// Definitions by: BendingBender <https://github.com/BendingBender>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export = beeper;
|
|
|
|
declare function beeper(count?: number, cb?: () => void): void;
|
|
declare function beeper(melody: string, cb?: () => void): void;
|