UNPKG

jspurefix

Version:
3 lines (2 loc) 98 B
export type INumericKeyed<T> = Record<number, T>; export type ILooseObject = Record<string, any>;