@netlify/content-engine
Version:
6 lines • 404 B
TypeScript
import Module from "module";
export declare const createRequireFromPath: typeof Module.createRequire;
export declare function checkIfGatsbyIsOverridden(): boolean;
export declare const requireFromInstalledGatsbyDist: (modulePath: string) => any;
export declare const resolveFromContentEngine: (modulePath: string, rootDir?: string) => string | null;
//# sourceMappingURL=create-require-from-path.d.ts.map