mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-15 11:09:42 +00:00
Initial refactor of rigboard template
This commit is contained in:
1
RIGS/static/js/moment.js
Normal file
1
RIGS/static/js/moment.js
Normal file
@@ -0,0 +1 @@
|
||||
import{createLocal}from"../create/local";import{createUTC}from"../create/utc";import{createInvalid}from"../create/valid";import{isMoment}from"./constructor";import{min,max}from"./min-max";import{now}from"./now";import momentPrototype from"./prototype";function createUnix(e){return createLocal(1e3*e)}function createInZone(){return createLocal.apply(null,arguments).parseZone()}export{now,min,max,isMoment,createUTC,createUnix,createLocal,createInZone,createInvalid,momentPrototype};
|
||||
Reference in New Issue
Block a user