UNPKG

@svta/common-media-library

Version:
10 lines 301 B
/** * 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.js.map