Sha256: 4ddfbbd1b8d491e9f0390efaaa6c238afeb7d36f56424e866a659506528ff7f0
Contents?: true
Size: 432 Bytes
Versions: 26
Compression:
Stored size: 432 Bytes
Contents
import { Options, PathSeparator } from "../../types"; export declare function joinPathWithBasePath(filename: string, directoryPath: string): string; export declare function joinDirectoryPath(filename: string, directoryPath: string, separator: PathSeparator): string; export type JoinPathFunction = (filename: string, directoryPath: string) => string; export declare function build(root: string, options: Options): JoinPathFunction;
Version data entries
26 entries across 26 versions & 1 rubygems