UNPKG

@telefonica/opensource-scaffold

Version:

Scaffolding for open source projects. A CLI tool to create open source repositories with standard tools and resources

7 lines (6 loc) 226 B
/** * Resolve the path of a package resource, from the package root * @param resourcePath The path of the resource * @returns The resolved path */ export declare function packageResourcePath(resourcePath: string): string;