mirror of
https://github.com/vvsviridov/enm-cli.git
synced 2025-10-27 02:03:57 +00:00
9 lines
174 B
JavaScript
9 lines
174 B
JavaScript
function home() {
|
|
this.nextPoId = this.poIds.shift()
|
|
this.poIds.length = 0
|
|
this.nextVariants = async (input) => await this.nextObjects(input)
|
|
}
|
|
|
|
|
|
module.exports = home
|