@im-js/core
Advanced tools
Comparing version 1.3.1 to 1.3.2
/** | ||
* `throttleMap` 반환 함수 | ||
*/ | ||
interface ThrottleMapFunction<T extends string, V> { | ||
export interface ThrottleMapFunction<T extends string, V> { | ||
/** | ||
@@ -20,3 +20,3 @@ * 즉시 실행 | ||
*/ | ||
interface ThrottleCallback<T extends string, V> { | ||
export interface ThrottleCallback<T extends string, V> { | ||
(dataset: Record<T, V>): void; | ||
@@ -43,2 +43,1 @@ } | ||
export declare function throttleMap<T extends string = string, V = any>(callback: ThrottleCallback<T, V>, time?: number): ThrottleMapFunction<T, V>; | ||
export {}; |
{ | ||
"name": "@im-js/core", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Present by IMR", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
3462
59