UNPKG

295 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3/**
4 * Optional context information and utilities for FTS functions.
5 */
6class Context {
7 constructor(version) {
8 this.version = version;
9 }
10}
11exports.Context = Context;
12//# sourceMappingURL=context.js.map
\No newline at end of file