UNPKG

react-native-advanced-input-mask

Version:

Text input mask for React Native on iOS, Android and web. Synchronous and easy formatting without hustle

9 lines (7 loc) 170 B
class FormatError extends Error { constructor() { super("Format error"); Object.setPrototypeOf(this, FormatError.prototype); } } export default FormatError;