UNPKG

@inlang/paraglide-js

Version:

[![NPM Downloads](https://img.shields.io/npm/dw/%40inlang%2Fparaglide-js?logo=npm&logoColor=red&label=npm%20downloads)](https://www.npmjs.com/package/@inlang/paraglide-js) [![GitHub Issues](https://img.shields.io/github/issues-closed/opral/paraglide-js?lo

10 lines 400 B
import { PluginError } from "@inlang/sdk"; export declare function classifyProjectErrors(errors: readonly Error[]): { fatalErrors: Error[]; nonFatalErrors: PluginError[]; }; /** * Splits an array into two arrays based on the predicate */ export declare function split<T, U extends T>(array: T[], predicate: (value: T) => value is U): [U[], T[]]; //# sourceMappingURL=error-handling.d.ts.map