UNPKG

press-ui

Version:

简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目

6 lines (5 loc) 325 B
export declare function noop(): void; export declare function get(object: any, path: string): any; export declare function keys(obj: Record<string, any>): string[]; export declare function pickExclude(obj: Record<string, any>, keys: Array<string>): Record<string, any>; export declare function isEmpty(object: any): boolean;