@maskito/core
Advanced tools
Comparing version 0.13.0 to 0.14.0
export { MASKITO_DEFAULT_ELEMENT_PREDICATE, MASKITO_DEFAULT_OPTIONS, } from './lib/constants'; | ||
export { Maskito } from './lib/mask'; | ||
export { MaskitoElementPredicate, MaskitoMask, MaskitoOptions, MaskitoPlugin, MaskitoPostprocessor, MaskitoPreprocessor, } from './lib/types'; | ||
export { MaskitoElementPredicate, MaskitoElementPredicateAsync, MaskitoMask, MaskitoOptions, MaskitoPlugin, MaskitoPostprocessor, MaskitoPreprocessor, } from './lib/types'; | ||
export { maskitoPipe, maskitoTransform } from './lib/utils'; | ||
//# sourceMappingURL=index.d.ts.map |
export declare type MaskitoElementPredicate = (element: HTMLElement) => HTMLInputElement | HTMLTextAreaElement; | ||
export declare type MaskitoElementPredicateAsync = (element: HTMLElement) => Promise<HTMLInputElement | HTMLTextAreaElement>; | ||
//# sourceMappingURL=element-predicate.d.ts.map |
{ | ||
"name": "@maskito/core", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"description": "The main zero-dependency and framework-agnostic Maskito's package to create an input mask", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83968
1665