react-native-advanced-input-mask
Version:
Text input mask for React Native on iOS, Android and web. Synchronous and easy formatting without hustle
14 lines (13 loc) • 332 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
class FormatError extends Error {
constructor() {
super("Format error");
Object.setPrototypeOf(this, FormatError.prototype);
}
}
var _default = exports.default = FormatError;
//# sourceMappingURL=FormatError.js.map