proxy-toolkit
v1.2.0
Published
Proxy toolkit.
Downloads
160
Readme
Proxy toolkit.
Examples
import { add } from 'proxy-toolkit'
console.log(add(1, 2))
import { add } from 'proxy-toolkit'
const main = document.querySelector('main')!
main.innerHTML = `<h1>1 + 2 = ${add(1, 2)}</h1>`
API
Contributing
All contributions are welcome!
License
MIT © 2022 stagas