UNPKG

ilib

Version:

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

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