UNPKG

create-expo-cljs-app

Version:

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

8 lines (7 loc) 274 B
export default (function (o, c) { var proto = c.prototype; proto.dayOfYear = function (input) { var dayOfYear = Math.round((this.startOf('day') - this.startOf('year')) / 864e5) + 1; return input == null ? dayOfYear : this.add(input - dayOfYear, 'day'); }; });