@types/vue-the-mask
Advanced tools
Comparing version 0.11.1 to 0.11.2
@@ -7,3 +7,3 @@ // Type definitions for vue-the-mask 0.11 | ||
import { Component, DirectiveFunction, PluginObject } from 'vue'; | ||
import { Component, DirectiveFunction, PluginObject } from "vue"; | ||
@@ -10,0 +10,0 @@ declare namespace VueTheMaskPlugin { |
{ | ||
"name": "@types/vue-the-mask", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "TypeScript definitions for vue-the-mask", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-the-mask", | ||
"license": "MIT", | ||
@@ -24,4 +25,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "f09abf28d7653383cb39b5c5ab001736bece89f66b657edaf916aa44b2c0f232", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "90dafdc860cbc660ce6500792d404a1e481793c8bac952d742a484e71b9ebd9a", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -9,5 +9,30 @@ # Installation | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-the-mask. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-the-mask/index.d.ts) | ||
````ts | ||
// Type definitions for vue-the-mask 0.11 | ||
// Project: https://github.com/vuejs-tips/vue-the-mask | ||
// Definitions by: Dominik Schmidt <https://github.com/domschmidt> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.4 | ||
import { Component, DirectiveFunction, PluginObject } from "vue"; | ||
declare namespace VueTheMaskPlugin { | ||
interface VueStatic { | ||
(): void; | ||
} | ||
} | ||
interface VueTheMaskPlugin extends PluginObject<undefined> { | ||
mask: DirectiveFunction; | ||
TheMask: Component; | ||
} | ||
declare const VueTheMask: VueTheMaskPlugin; | ||
export = VueTheMask; | ||
```` | ||
### Additional Details | ||
* Last updated: Fri, 16 Oct 2020 16:03:45 GMT | ||
* Last updated: Tue, 26 Sep 2023 10:06:28 GMT | ||
* Dependencies: [@types/vue](https://npmjs.com/package/@types/vue) | ||
@@ -14,0 +39,0 @@ * Global values: none |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3871
1
42