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