UNPKG

@daiso-tech/core

Version:

The library offers flexible, framework-agnostic solutions for modern web applications, built on adaptable components that integrate seamlessly with popular frameworks like Next Js.

10 lines 220 B
/** * @module TimeSpan */ /** * * IMPORT_PATH: `"@daiso-tech/core/time-span/contracts"` * @group Contracts */ export const TO_MILLISECONDS = Symbol("TO_MILLISECONDS"); //# sourceMappingURL=time-span.contract.js.map