UNPKG

barrelsby

Version:

Automatic TypeScript barrels for your entire code base

8 lines (7 loc) 206 B
/** A location in the file tree. */ export interface FileTreeLocation { /** The full path of the location including the name. */ path: string; /** The local name of the location. */ name: string; }