UNPKG

flow-typed

Version:

A repository of high quality flow type definitions

10 lines (7 loc) 197 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValidationError = void 0; class ValidationError extends Error {} exports.ValidationError = ValidationError;