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