UNPKG

@trynova-ai/shadow-js

Version:

A TypeScript library for user session tracking.

6 lines (4 loc) 183 B
import { Shadow } from './shadow'; import { BrowserPlugin } from './plugins/browser'; // Export the shadow class and plugin for use in applications export { Shadow, BrowserPlugin };