UNPKG

@slan-health/taro-vueuse

Version:

taro vue版本hooks

8 lines (6 loc) 340 B
import { TRecord } from '../type'; export declare const noop: () => void; export declare const promiseNoop: () => Promise<void>; export declare const typeOf: (target: any, type: string | string[]) => boolean; export declare const isPlainObject: (object: TRecord) => boolean; export declare const isUndefined: (target: unknown) => boolean;