nv-facutil-clock
Advanced tools
Comparing version 1.0.5 to 1.0.6
13
index.js
@@ -156,2 +156,8 @@ | ||
} | ||
clone() { | ||
let mts = this.dict().mts; | ||
let manual = new Manual(mts); | ||
manual.zone = this.#z; | ||
return(manual) | ||
} | ||
} | ||
@@ -288,2 +294,9 @@ | ||
//// | ||
clone() { | ||
let mts = this.dict().mts; | ||
let manual = new Manual(mts); | ||
manual.zone = this.#z; | ||
return(manual) | ||
} | ||
//// | ||
* nms_gen$$ (n=1) {while(true) {yield(this.next_ms(n))}} | ||
@@ -290,0 +303,0 @@ * pms_gen$$ (n=1) {while(true) {yield(this.prev_ms(n))}} |
{ | ||
"name": "nv-facutil-clock", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "clock,date,generator,stream,cron", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
19134
414