UNPKG

ilib

Version:

iLib is a cross-engine library of internationalization (i18n) classes written in pure JS

1 lines 411 B
var Calendar=function(){};Calendar._constructors={};Calendar.prototype={getType:function(){throw"Cannot call methods of abstract class Calendar"},getNumMonths:function(a){throw"Cannot call methods of abstract class Calendar"},getMonLength:function(a,t){throw"Cannot call methods of abstract class Calendar"},isLeapYear:function(a){throw"Cannot call methods of abstract class Calendar"}};module.exports=Calendar;