Spaces:
Runtime error
Runtime error
File size: 207 Bytes
b5ea024 |
1 2 3 4 5 6 |
declare class MissingLocaleDataError extends Error {
type: string;
}
export declare function isMissingLocaleDataError(e: Error): e is MissingLocaleDataError;
export {};
//# sourceMappingURL=data.d.ts.map |