mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 18:43:21 +08:00
10 lines
336 B
TypeScript
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;
|