deploy: ebd4cc0010
This commit is contained in:
11
node_modules/search-insights/lib/_getVersion.ts
generated
vendored
11
node_modules/search-insights/lib/_getVersion.ts
generated
vendored
@@ -1,11 +0,0 @@
|
||||
import type AlgoliaAnalytics from "./insights";
|
||||
import { isFunction } from "./utils";
|
||||
|
||||
export function getVersion(
|
||||
this: AlgoliaAnalytics,
|
||||
callback: (version: string) => void
|
||||
): void {
|
||||
if (isFunction(callback)) {
|
||||
callback(this.version);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user