Files
DefinitelyTyped/anybar/index.d.ts
Chris Khoo ff851f7213 add anybar (#12146)
* add anybar

* change to ProperModule kind
2016-11-01 21:15:04 +09: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