Push dev work to master #2
|
@ -1,3 +1,7 @@
|
|||
'use strict'
|
||||
|
||||
const intval = require('../lib/intval')
|
||||
|
||||
setTimeout(() => {
|
||||
intval.frame()
|
||||
}, 3000)
|
Loading…
Reference in New Issue