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) 264 B
/** * @module Lock */ import { type IDatabaseLockAdapter, type LockAdapterVariants } from "../../../../lock/contracts/_module.js"; /** * @internal */ export declare function isDatabaseLockAdapter(adapter: LockAdapterVariants): adapter is IDatabaseLockAdapter;