@any-touch/recognizer
Advanced tools
Comparing version 0.6.0-beta.8 to 0.6.0-beta.9
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "@any-touch/recognizer", | ||
"version": "0.6.0-beta.8", | ||
"version": "0.6.0-beta.9", | ||
"description": "any-touch的识别器的基类.", | ||
"main": "./dist/index", | ||
"module": "./dist/index.mjs", | ||
"module": "./dist/index.es.js", | ||
"types": "types/index.d.ts", | ||
@@ -11,3 +11,3 @@ "author": "any86", | ||
"dependencies": { | ||
"@any-touch/shared": "^0.6.0-beta.8" | ||
"@any-touch/shared": "^0.6.0-beta.9" | ||
}, | ||
@@ -17,3 +17,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "844b80ab7d6ba2cf1c4728b0eb778214d72819ec" | ||
"gitHead": "07f846a6fe86b0b3a69ee4d8988dd6d9771d7659" | ||
} |
@@ -0,0 +0,0 @@ # Recognizer |
@@ -0,0 +0,0 @@ import { Input, ComputeConstructor } from '@any-touch/shared/types'; |
@@ -0,0 +0,0 @@ import { CommonEmitFunction, Input } from '@any-touch/shared/types'; |
@@ -0,0 +0,0 @@ import Recognizer from './index'; |
@@ -0,0 +0,0 @@ import { Input, ComputeConstructor } from '@any-touch/shared/types'; |
@@ -0,0 +0,0 @@ import { CommonEmitFunction, Input } from '@any-touch/shared/types'; |
import Recognizer from './index'; | ||
export default function (recognizer: Recognizer): void; |
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
21668
500