Constnium/node_modules/tsconfig-paths/lib/register.d.ts

7 lines
266 B
TypeScript
Raw Normal View History

2022-06-23 02:27:43 +02:00
import { ExplicitParams } from "./config-loader";
/**
* Installs a custom module load function that can adhere to paths in tsconfig.
* Returns a function to undo paths registration.
*/
export declare function register(explicitParams: ExplicitParams): () => void;