UNPKG

declapract

Version:

A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.

5 lines (4 loc) 134 B
/** * e.g., `src//logic/../dao/index.ts` -> `src/dao/index.ts` */ export declare const getNormalizedPath: (path: string) => string;