Files
DefinitelyTyped/types/anybar/index.d.ts
2017-03-24 14:27:52 -07:00

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