astro-ghostcms/.pnpm-store/v3/files/76/98f61f05aedbb7f85ee1a58df69...

7 lines
266 B
Plaintext

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;