shinkansen-pantograph
Version:
Shinkansen Pantograph
20 lines (14 loc) • 384 B
JavaScript
require('@babel/register')({
ignore: [
/node_modules\/(?!shinkansen|@modernpoacher)/
]
})
const debug = require('debug')
const log = debug('shinkansen-pantograph')
log('`shinkansen` is awake')
const {
default: Pantograph,
graphite // @ts-expect-error MJS
} = require('./pantograph/index.mjs')
module.exports.Pantograph = Pantograph
module.exports.graphite = graphite