UNPKG

@slsplus/database

Version:
7 lines (6 loc) 318 B
import { typeOf, deepClone } from '@ygkit/object'; import { AnyObject } from './typings'; declare const isObject: (obj: AnyObject) => boolean; declare const isEmptyObject: (obj: AnyObject) => boolean; declare const sleep: (ms: number) => Promise<unknown>; export { sleep, typeOf, deepClone, isObject, isEmptyObject };