@open-screeps/is-creep-spawning
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @open-screeps/is-creep-spawning

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • postcrafter