mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* Mark invalid return types under a conditional generic * Implement conditional invalid types via new TSSettings interface * Mark test suite as excluding invalid return types * Bump version to 3.3
21 lines
972 B
TypeScript
21 lines
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;
|