deno.land / x / sheetjs@v0.18.3 / bits / 09_types.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*::declare type Block = any;declare type BufArray = { newblk(sz:number):Block; next(sz:number):Block; end():any; push(buf:Block):void;};
type RecordHopperCB = {(d:any, Rn:string, RT:number):?boolean;};
type EvertType = {[string]:string};type EvertNumType = {[string]:number};type EvertArrType = {[string]:Array<string>};
type StringConv = {(string):string};
type WriteObjStrFactory = {from_sheet(ws:Worksheet, o:any, wb:?Workbook):string};*/
sheetjs

Version Info

Tagged at
2 years ago