8 lines
169 B
JavaScript
8 lines
169 B
JavaScript
|
|
#!/usr/bin/env node
|
||
|
|
|
||
|
|
// this exists because of limitations in ipjs, we copy it manually into
|
||
|
|
// the build and it holds our #!
|
||
|
|
|
||
|
|
// @ts-ignore
|
||
|
|
require('./cjs/lib/bin.js')
|