UNPKG

sol-merger

Version:

Merges all import files into single file.

5 lines (4 loc) 139 B
export declare class Utils { static isRelative(file: string): boolean; static getNodeModulesPath(file: string): Promise<string>; }