UNPKG

@synthart/synthlite

Version:

A fast, lightweight Gen AI powered synthetic data generator written in TypeScript. 🌞

9 lines (8 loc) • 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const vitest_1 = require("vitest"); (0, vitest_1.describe)("index", () => { (0, vitest_1.it)("should pass", () => { (0, vitest_1.expect)(1).toBe(1); }); });