UNPKG

@oazmi/build-tools

Version:

general deno build tool scripts which I practically use in all of my typescript repos

6 lines 196 B
/** * Resolves path to a namespace path * @param path to resolve to namespace */ export declare function toNamespacedPath(path: string): string; //# sourceMappingURL=to_namespaced_path.d.ts.map