@types/luxon
Version:
TypeScript definitions for luxon
21 lines (17 loc) • 972 B
TypeScript
// Type definitions for luxon 3.3
// Project: https://github.com/moment/luxon#readme
// Definitions by: Hyeonseok Yang <https://github.com/FourwingsY>
// Jonathan Siebern <https://github.com/jsiebern>
// Matt R. Wilson <https://github.com/mastermatt>
// Pietro Vismara <https://github.com/pietrovismara>
// Janeene Beeforth <https://github.com/dawnmist>
// Jason Yu <https://github.com/ycmjason>
// Aitor Pérez Rodal <https://github.com/Aitor1995>
// Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Carson Full <https://github.com/carsonf>
// Hugo Silva <https://github.com/hugofpsilva>
// Martin Badin <https://github.com/martin-badin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 4.3
export * from './src/luxon';
export as namespace luxon;