Licence
MIT
Version
1.2.0
Deps
0
Size
31 kB
Vulns
0
Weekly
0
proxy-toolkit
Proxy toolkit.
npm i proxy-toolkit
|
pnpm add proxy-toolkit
|
yarn add proxy-toolkit
|
Examples
# node
# web
# view source
example/web.ts import { add } from 'proxy-toolkit'
const main = document.querySelector('main')!
main.innerHTML = `<h1>1 + 2 = ${add(1, 2)}</h1>`
API
# FluentCaptureHandler
# applyFluentCapture(capture, target)
Contributing
All contributions are welcome!