Like that ```js const dush = () => { // ... code } const app = dush() app.dush = dush export default app ``` so we can just ```js const { on, off, once, emit, use } = require('dush') ``` or get the singleton ```js const { dush } = require('dush') ```