UNPKG

imq-cli

Version:

Command Line Interface for IMQ

7 lines (6 loc) 153 B
/** * Resolves given path to an absolute canonical path * * @param {...string[]} args */ export declare function resolve(...args: string[]): string;