@posthog/wizard
Version:
The PostHog wizard helps you to configure your project
9 lines • 422 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
// @ts-ignore - clack is ESM and TS complains about that. It works though
const prompts_1 = __importDefault(require("@clack/prompts"));
exports.default = prompts_1.default;
//# sourceMappingURL=clack.js.map