UNPKG

shinkansen-pantograph

Version:
20 lines (14 loc) 384 B
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