DefinitelyTyped/types/parse-unit/index.d.ts
2017-03-24 14:27:52 -07: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;