UNPKG

definition-tester

Version:
5 lines (4 loc) 97 B
import File from './File'; export interface IFileArrDict { [fullPath: string]: File[]; }