forked from sheetjs/sheetjs
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
|
#!/usr/bin/env node
|
||
|
/* ssf.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
||
|
/* eslint-env node */
|
||
|
/* eslint no-console:0 */
|
||
|
/*jshint node:true */
|
||
|
var cli = require('../');
|
||
|
|
||
|
cli();
|