UNPKG

@expressive-analytics/deep-thought-service

Version:

Typescript conversion of Deep Thought Services (formerly providers)

8 lines (7 loc) 316 B
import { DTModel } from '@expressive-analytics/deep-thought-js'; export declare class DTSession extends DTModel { protected static shared_session?: Record<string, any>; /** @return returns a singleton instance of the current session */ static shared(): Record<string, any>; static destroy(): void; }