create symlink for node_modules in generateJson and buildRadar scripts
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import moment from 'moment';
|
||||
import moment from "moment";
|
||||
|
||||
const isoDateToMoment = (isoDate: moment.MomentInput) => moment(isoDate, 'YYYY-MM-DD');
|
||||
const isoDateToMoment = (isoDate: moment.MomentInput) =>
|
||||
moment(isoDate, "YYYY-MM-DD");
|
||||
|
||||
export const formatRelease = (isoDate: moment.MomentInput) => isoDateToMoment(isoDate).format('MMMM YYYY');
|
||||
export const formatRelease = (isoDate: moment.MomentInput) =>
|
||||
isoDateToMoment(isoDate).format("MMMM YYYY");
|
||||
|
||||
Reference in New Issue
Block a user