UNPKG

@tragedy-labs/sprite

Version:

A TypeScript driver for ArcadeDB

6 lines (5 loc) 179 B
import { Session, ISpriteBaseSession } from './Session.js'; declare class ServerSession extends Session { constructor(params: ISpriteBaseSession); } export { ServerSession };