UNPKG

@inyourarea/aard-client-js

Version:

A JavaScript tracking library for the Aard Platform at InYourArea.co.uk. Record and track activity across the different services of the platform.

6 lines (5 loc) 205 B
import * as plugins from './plugins'; import * as transformers from './transformers'; export { default as Recorder } from './recorder'; export * from './recorder.types'; export { plugins, transformers, };