DefinitelyTyped/parse-unit/index.d.ts
Jack Works 81b60b07a3 New package: parse-unit
Signed-off-by: Jack Works <zjwpeter@gmail.com>
2017-02-20 12:46:38 +08:00

8 lines
293 B
TypeScript

// Type definitions for parse-unit 1.0
// Project: https://github.com/mattdesl/parse-unit
// Definitions by: Jack Works <https://github.com/Jack-Works>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function parse(value: string): [number, string];
export = parse;