Back

Version 1

11/22/2024
import { Dusa } from "https://unpkg.com/dusa@0.1.0/lib/client.js";

const dusa = new Dusa(`
name is "one".
name is "two".`);
console.log(dusa.solution); // null
Updated: November 29, 2024