Files
DefinitelyTyped/types/anybar/index.d.ts
2018-02-19 12:11:49 +01:00

10 lines
336 B
TypeScript

// Type definitions for anybar 2.0
// Project: https://github.com/sindresorhus/anybar
// Definitions by: Chris Khoo <https://github.com/khoomeister>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
declare function anybar(color: string, options?: { port: number }): void;
export = anybar;