UNPKG

fusion-cli

Version:
11 lines (8 loc) 171 B
// @noflow import {createPlugin} from 'fusion-core'; const plugin = createPlugin({ provides() { console.log('named-export-node-plugin'); }, }); export {plugin};