1.2.0 • Published 1 year ago

proxy-toolkit v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

Fork or edit and submit a PR.

All contributions are welcome!

License

MIT © 2022 stagas