1.0.0 • Published 6 years ago

@open-screeps/is-creep-spawning v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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))

Related

License

MIT