sheetjs/bits/10_types.js
SheetJS 80c1a0fec7 version bump 0.10.0:
- pin dependencies
- JS Date object support
- resolved some out of bounds accesses
- load scans for available index if not specified
- flow improvements
2017-07-28 16:24:37 -04:00

4 lines
77 B
JavaScript

/*::
type SSF_write_num = {(type:string, fmt:string, val:number):string};
*/