UNPKG

tsbase

Version:

Base class libraries for TypeScript

7 lines (6 loc) 174 B
/** * An interface that defines FSPersister required methods on the node path library */ export interface IPathResolver { resolve(...pathSegments: string[]): string; }