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.

20 lines 541 B
/** * @module Semaphore */ import {} from "../../semaphore/contracts/semaphore.contract.js"; /** * * IMPORT_PATH: `"@daiso-tech/core/semaphore/contracts"` * @group Events */ export const SEMAPHORE_EVENTS = { ACQUIRED: "ACQUIRED", RELEASED: "RELEASED", ALL_FORCE_RELEASED: "ALL_FORCE_RELEASED", FAILED_RELEASE: "FAILED_RELEASE", FAILED_REFRESH: "FAILED_REFRESH", LIMIT_REACHED: "LIMIT_REACHED", REFRESHED: "REFRESHED", UNEXPECTED_ERROR: "UNEXPECTED_ERROR", }; //# sourceMappingURL=semaphore.events.js.map