UNPKG

@kcws/rspack-config

Version:
8 lines 231 B
/** * resolve relative path from input path. * * @param paths - input path * @returns absolute path from relative path */ export declare const relative: (input: string | string[]) => string; //# sourceMappingURL=utils.d.ts.map