sheetjs/misc/flow.js

9 lines
103 B
JavaScript

/*# vim: set ts=2: */
/*::
type SSFModule = {
format(fmt:string|number, v:any, o:any):string;
};
*/