UNPKG

create-expo-cljs-app

Version:

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

9 lines (8 loc) 246 B
export default (function (o, c, d) { var proto = c.prototype; proto.isToday = function () { var comparisonTemplate = 'YYYY-MM-DD'; var now = d(); return this.format(comparisonTemplate) === now.format(comparisonTemplate); }; });