UNPKG

ornamentum

Version:
3 lines (2 loc) 164 B
export declare function get(obj: any, path: string): any; export declare function orderBy(collection: any[], fields: string[], orders: Array<'asc' | 'desc'>): any;