mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
293 B
TypeScript
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;
|