UNPKG

@oazmi/build-tools

Version:

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

6 lines 195 B
/** * Resolves path segments into a `path` * @param pathSegments to process to path */ export declare function resolve(...pathSegments: string[]): string; //# sourceMappingURL=resolve.d.ts.map