mirror of
https://github.com/vvsviridov/enm-cli.git
synced 2025-11-02 13:13:37 +00:00
10 lines
222 B
JavaScript
Executable File
10 lines
222 B
JavaScript
Executable File
function home() {
|
|
this.fdn = this.fdn.split(',', 1)[0]
|
|
this.nextPoId = this.poIds.shift()
|
|
this.poIds.length = 0
|
|
this.nextVariants = async (input) => await this.nextObjects(input)
|
|
}
|
|
|
|
|
|
module.exports = home
|