UNPKG

jspurefix

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