lix-website/themes/lix/assets/bootstrap/node_modules/tsconfig-paths/lib/register.d.ts

7 lines
266 B
TypeScript
Raw Normal View History

2024-04-27 03:39:10 +00: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;