Skip to content

Commit

Permalink
dist still required
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Sep 4, 2024
1 parent d2fac7f commit 4441029
Show file tree
Hide file tree
Showing 7 changed files with 118,327 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dist/206.index.cjs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
exports.id = 206;
exports.ids = [206];
exports.modules = {

/***/ 9206:
/***/ ((module) => {

module.exports = eval("require")("smee-client");


/***/ })

};
;
12 changes: 12 additions & 0 deletions dist/file.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
'use strict'

const pino = require('./pino')
const { once } = require('events')

module.exports = async function (opts = {}) {
const destOpts = Object.assign({}, opts, { dest: opts.destination || 1, sync: false })
delete destOpts.destination
const destination = pino.destination(destOpts)
await once(destination, 'ready')
return destination
}
Loading

0 comments on commit 4441029

Please sign in to comment.