@open-screeps/is-creep-spawning
v1.0.0
Published
Is the named/supplied creep spawning?
Downloads
1
Readme
is-creep-spawning
Is the named/supplied creep spawning?
Install
$ npm install @open-screeps/is-creep-spawning
Usage
import { isCreepSpawning } from '@open-screeps/is-creep-spawning';
const spawningCreeps = _.filter(Game.creeps, (creep) => isCreepSpawning(creep))