@amplitude/analytics-core
Advanced tools
Comparing version 0.6.0 to 0.6.1
import { AmplitudeReturn } from '@amplitude/analytics-types'; | ||
export declare const returnWrapper: <T extends (...args: any) => any>(fn: T) => (...args: Parameters<T>) => AmplitudeReturn<Awaited<ReturnType<T>>>; | ||
export declare const returnWrapper: <T extends (...args: any) => any>(fn: T) => (...args: Parameters<T>) => AmplitudeReturn<ReturnType<T>>; | ||
//# sourceMappingURL=return-wrapper.d.ts.map |
import { AmplitudeReturn } from '@amplitude/analytics-types'; | ||
export declare const returnWrapper: <T extends (...args: any) => any>(fn: T) => (...args: Parameters<T>) => AmplitudeReturn<Awaited<ReturnType<T>>>; | ||
export declare const returnWrapper: <T extends (...args: any) => any>(fn: T) => (...args: Parameters<T>) => AmplitudeReturn<ReturnType<T>>; | ||
//# sourceMappingURL=return-wrapper.d.ts.map |
{ | ||
"name": "@amplitude/analytics-core", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "", | ||
@@ -35,3 +35,3 @@ "author": "Amplitude Inc", | ||
"dependencies": { | ||
"@amplitude/analytics-types": "^0.5.0", | ||
"@amplitude/analytics-types": "^0.5.1", | ||
"tslib": "^2.3.1" | ||
@@ -42,3 +42,3 @@ }, | ||
], | ||
"gitHead": "84a7c2295d7a3720fe3b77c57e8f779c4879e57f" | ||
"gitHead": "c71d676eb4eabebad93561771e1f4d2a6dde8ea9" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
309196