Files
DefinitelyTyped/types/luxon/index.d.ts
Carson Full 6b4c50f515 🤖 Merge PR #64995 [Luxon] Add invalid return types. Allow opt out. Breaking Change by @CarsonF
* 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
2023-04-04 06:42:41 -07:00

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;