@netlify/content-engine
Version:
5 lines • 313 B
TypeScript
import { Path } from "graphql/jsutils/Path";
export declare const indentString: (string: string) => string;
export declare const formatErrorDetails: (errorDetails: Map<string, any>) => string;
export declare function pathToArray(path: Path | undefined): Array<string | number>;
//# sourceMappingURL=utils.d.ts.map