@pakk/core
Version:
The core library of pakk, that can manage your package.json for library development.
9 lines • 349 B
TypeScript
/**
* Moves one directory in into a path. It strips one directory off from
* the beginning. if it started with a `./` it keeps it and strips the next
* section off.
*
* @example 'foo/bar/file' => 'bar/file'
*/
export declare const enterPathPosix: (path: string, enterCount?: number) => string;
//# sourceMappingURL=enter-path.function.d.ts.map