UNPKG

retort-js

Version:

Intuitive, production-ready prompt chaining in Javascript

7 lines (6 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("../dist/jsx-runtime"); let StringComponent = () => "Hello"; let a = jsx("prompt", { temperature: 0.5 }); // OK let b = (0, jsx_runtime_1.jsx)("string", {}); // OK