UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

9 lines (8 loc) 273 B
export default (function (o, c, d) { var proto = c.prototype; proto.isTomorrow = function () { var comparisonTemplate = 'YYYY-MM-DD'; var tomorrow = d().add(1, 'day'); return this.format(comparisonTemplate) === tomorrow.format(comparisonTemplate); }; });