importPath() function
export declare function importPath(path: string): Promise<any>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| path | string | Absolute path to a module. It must not be a file URL or a relative path. | 
Promise<any>
export declare function importPath(path: string): Promise<any>;
| Parameter | Type | Description | 
|---|---|---|
| path | string | Absolute path to a module. It must not be a file URL or a relative path. | 
Promise<any>