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.

16 lines 382 B
/** * @module Semaphore */ import {} from "../../time-span/implementations/_module.js"; /** * * IMPORT_PATH: `"@daiso-tech/core/semaphore/contracts"` * @group Contracts */ export const SEMAPHORE_STATE = { EXPIRED: "EXPIRED", LIMIT_REACHED: "LIMIT_REACHED", ACQUIRED: "ACQUIRED", UNACQUIRED: "UNACQUIRED", }; //# sourceMappingURL=semaphore-state.contract.js.map