UNPKG

definition-tester

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