UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

6 lines 252 B
import type { SanitizedConfig } from '../config/types.js'; /** * Determines if an error should be shown to the user. */ export declare function isErrorPublic(error: Error, config: SanitizedConfig): boolean; //# sourceMappingURL=isErrorPublic.d.ts.map