UNPKG

ecoledirecte-api-types

Version:

If you need a EcoleDirecte client for JavaScript, this isn't the right place! This way: [ecoledirecte.js](https://github.com/a2br/ecoledirecte.js).

10 lines (8 loc) 263 B
// Careful here, this file exports the types available in the latest API version // Thereby, things MAY break in the future export * from "../v3"; import * as latest from "../v3"; /** * Default import: contains the same thing as root */ export default latest;