mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 12:16:38 +08:00
11 lines
339 B
TypeScript
11 lines
339 B
TypeScript
// Type definitions for anybar 2.0.1
|
|
// Project: https://github.com/sindresorhus/anybar
|
|
// Definitions by: Chris Khoo <https://github.com/khoomeister>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare namespace anybar { }
|
|
|
|
declare function anybar(color: string, options?: { port: number }): void
|
|
|
|
export = anybar
|