Skip to main content
Module

x/putout/example.js

🐊Putout bundle to get things working in Deno and Browsers
Go to Latest
File
import putout from 'https://esm.sh/@putout/bundle';import removeDebugger from 'https://esm.sh/@putout/plugin-remove-debugger?alias=putout:@putout/bundle';import declare from 'https://esm.sh/@putout/plugin-declare-undefined-variables?alias=putout:@putout/bundle';
console.log(putout('isFn(fn, "hello"); debugger', { plugins: [ ['remove-debugger', removeDebugger], ['declare-undefined-variables', declare], ],}));