DefinitelyTyped/types/parse-human-date-range/index.d.ts
2019-04-02 11:32:02 -07:00

9 lines
337 B
TypeScript

// Type definitions for parse-human-date-range 1.0
// Project: https://github.com/niksy/parse-human-date-range#readme
// Definitions by: Emily Marigold Klassen <https://github.com/forivall>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = parse;
declare function parse(input: string, offset?: Date): Date[];