UNPKG

putout

Version:

🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json

4 lines (3 loc) 109 B
export const createTrace = (parentPort) => (event, data) => { parentPort?.postMessage([event, data]); };