DefinitelyTyped/types/week/index.d.ts
2017-03-24 14:27:52 -07:00

9 lines
267 B
TypeScript

// Type definitions for week 0.2
// Project: https://github.com/datetime/week
// Definitions by: Sindre Moen <https://github.com/sindrenm>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function week(date?: Date): string;
export = week;