/** * A collection of tools for working with ISO 8601 time values. * * @packageDocumentation * * @beta */ export { decodeIso8601Duration } from './iso/8601/decodeIso8601Duration.js'; export { encodeIso8601Duration } from './iso/8601/encodeIso8601Duration.js'; //# sourceMappingURL=iso8601.d.ts.map