UNPKG

@pakk/core

Version:

The core library of pakk, that can manage your package.json for library development.

5 lines 223 B
/** * A regular posix join, but adds a `./` at the beginning */ export declare const offsetRelativePathPosix: (offsetPath: string, path: string) => string; //# sourceMappingURL=offset-relative-path-posix.function.d.ts.map