@fastkit/keybord
Advanced tools
Comparing version 0.1.15 to 0.1.16
@@ -57,9 +57,10 @@ 'use strict'; | ||
class KeybordService { | ||
settings; | ||
_running = false; | ||
get running() { | ||
return this._running; | ||
} | ||
constructor(settings) { | ||
this._running = false; | ||
this.settings = createSetting(); | ||
} | ||
get running() { | ||
return this._running; | ||
} | ||
run() { | ||
@@ -66,0 +67,0 @@ if (this.running) |
@@ -57,9 +57,10 @@ 'use strict'; | ||
class KeybordService { | ||
settings; | ||
_running = false; | ||
get running() { | ||
return this._running; | ||
} | ||
constructor(settings) { | ||
this._running = false; | ||
this.settings = createSetting(); | ||
} | ||
get running() { | ||
return this._running; | ||
} | ||
run() { | ||
@@ -66,0 +67,0 @@ if (this.running) |
@@ -1,2 +0,1 @@ | ||
export declare function CommonIME<T extends KeyTypeCommonIME | KeyTypeCommonIME[]>(key: T): T; | ||
@@ -50,3 +49,3 @@ | ||
Function: typeof Function_2; | ||
is<T extends KeyType_2 | KeyType_2[]>(source: unknown, key: T): source is KeyType_2; | ||
is<T extends KeyType_2 | KeyType_2[]>(source: any, key: T): source is KeyType_2; | ||
} | ||
@@ -53,0 +52,0 @@ |
@@ -84,9 +84,10 @@ function Special(key) { | ||
class KeybordService { | ||
settings; | ||
_running = false; | ||
get running() { | ||
return this._running; | ||
} | ||
constructor(settings) { | ||
this._running = false; | ||
this.settings = createSetting(settings); | ||
} | ||
get running() { | ||
return this._running; | ||
} | ||
run() { | ||
@@ -93,0 +94,0 @@ if (this.running) |
{ | ||
"name": "@fastkit/keybord", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "@fastkit/keybord", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
12525
376