UNPKG

shinkansen-pinion

Version:
21 lines (15 loc) 339 B
require('@babel/register')({ ignore: [ /node_modules\/(?!shinkansen|@modernpoacher)/ ] }) const debug = require('debug') const log = debug('shinkansen-pinion/pinion') log('`shinkansen` is awake') const { default: Pinion // @ts-expect-error } = require('./index.jsx') /** * Exports only default */ module.exports = Pinion