UNPKG

873 BTypeScriptView Raw
1// Type definitions for luxon 1.26
2// Project: https://github.com/moment/luxon#readme
3// Definitions by: Colby DeHart <https://github.com/colbydehart>
4// Hyeonseok Yang <https://github.com/FourwingsY>
5// Jonathan Siebern <https://github.com/jsiebern>
6// Matt R. Wilson <https://github.com/mastermatt>
7// Pietro Vismara <https://github.com/pietrovismara>
8// Janeene Beeforth <https://github.com/dawnmist>
9// Jason Yu <https://github.com/ycmjason>
10// Aitor Pérez Rodal <https://github.com/Aitor1995>
11// Piotr Błażejewicz <https://github.com/peterblazejewicz>
12// Carson Full <https://github.com/carsonf>
13// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
14
15export * from "./src/luxon";
16
17export as namespace luxon;