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.

9 lines (8 loc) 310 B
/** * @module SharedLock */ import type { IDatabaseSharedLockAdapter, SharedLockAdapterVariants } from "../../../../shared-lock/contracts/_module-exports.js"; /** * @internal */ export declare function isDatabaseSharedLockAdapter(adapter: SharedLockAdapterVariants): adapter is IDatabaseSharedLockAdapter;