@posthog/wizard
Version:
The PostHog wizard helps you to configure your project
12 lines • 331 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EnvironmentProvider = void 0;
class EnvironmentProvider {
options;
name;
constructor(options) {
this.options = options;
}
}
exports.EnvironmentProvider = EnvironmentProvider;
//# sourceMappingURL=EnvironmentProvider.js.map