UNPKG

@r1tsu/payload

Version:

7 lines 255 B
/** * Searches for a Payload configuration file. * @returns The absolute path to the Payload configuration file. * @throws An error if no configuration file is found. */ export declare const findConfig: () => string; //# sourceMappingURL=find.d.ts.map