/*# vim: set ts=2: */
/*::

type SSFModule = {
	format(fmt:string|number, v:any, o:any):string;
	is_date(fmt:string):boolean;
};

*/