UNPKG

statsig-js

Version:

Statsig JavaScript client SDK for single user environments.

10 lines (9 loc) 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var StatsigRuntime = /** @class */ (function () { function StatsigRuntime() { } StatsigRuntime.encodeInitializeCall = true; return StatsigRuntime; }()); exports.default = StatsigRuntime;