Features
Templates
Showcase
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
robsimmons
solution_getter_no
Forked from
robsimmons/solution_getter_yes
Public
Fork
Like
Code
Pull Requests
Forks
1
References
Dependencies
Versions
v3
Back
Version 1
11/22/2024
9
1
2
3
4
5
6
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
Copy
Updated: November 29, 2024