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.

15 lines 328 B
/** * @module Lock */ import {} from "../../time-span/implementations/_module.js"; /** * * IMPORT_PATH: `"@daiso-tech/core/lock/contracts"` * @group Contracts */ export const LOCK_STATE = { EXPIRED: "EXPIRED", UNAVAILABLE: "UNAVAILABLE", ACQUIRED: "ACQUIRED", }; //# sourceMappingURL=lock-state.contract.js.map