@lykkex/lykke.js
Advanced tools
Comparing version 0.4.7 to 0.4.8-dev
export declare const buildDijkstra: (start: string, g: any, d: any, u: any) => {}; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import Analytics from './Analytics'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import EventModel from './models/EventModel'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -6,3 +6,4 @@ import { InitializeOptions } from 'react-ga'; | ||
static setup(trackingId: string, options?: InitializeOptions): void; | ||
static pageview(path: string): void; | ||
static track: (event: EventModel) => void; | ||
} |
@@ -24,2 +24,5 @@ "use strict"; | ||
}; | ||
GoogleAnalytics.pageview = function (path) { | ||
react_ga_1.default.pageview(path); | ||
}; | ||
GoogleAnalytics.track = function (event) { | ||
@@ -26,0 +29,0 @@ react_ga_1.default.event(mapToGoogleEvent_1.mapToGoogleEvent(event)); |
import ReactGA from 'react-ga'; | ||
import EventModel from '../models/EventModel'; | ||
export declare const mapToGoogleEvent: (event: EventModel) => ReactGA.EventArgs; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export default interface EventDetailsModel { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=EventDetailsModel.js.map |
@@ -0,0 +0,0 @@ import EventDetailsModel from './EventDetailsModel'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=EventModel.js.map |
@@ -0,0 +0,0 @@ import Analytics from './Analytics'; |
@@ -0,0 +0,0 @@ "use strict"; |
import Analytics from './Analytics'; | ||
import EventModel from './models/EventModel'; | ||
export declare function track(event: EventModel, ...services: Analytics[]): any; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { buildDijkstra } from './algorithm/dijkstra'; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare const checkForTrailingZero: (value: string) => string; | ||
export declare const formatNumber: (replacer: any) => (value: number, accuracy: number, options?: object | undefined) => string; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare class BigNumberModel { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import BigNumberModel from './bigNumberModel'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@lykkex/lykke.js", | ||
"version": "0.4.7", | ||
"version": "0.4.8-dev", | ||
"description": "A TypeScript/Javascript library surrounding Lykke services", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# lykke.js | ||
A TypeScript/Javascript surrounding Lykke services |
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
398
28350