UNPKG

@hestia-earth/schema

Version:
11 lines (10 loc) 309 B
import { SchemaType } from '../types'; export declare type sortConfig = { [type in SchemaType]: { [key: string]: { order: string; type: string; }; }; }; export declare const sortKeysByType: (keys: string[], sort?: 'asc' | 'desc', sortConfig?: any) => string[];