@open-screeps/is-source-keeper
v1.0.1
Published
Check is something is a Source Keeper
Downloads
1
Readme
is-source-keeper
Check if something is a Source Keeper
Install
$ npm install @open-screeps/is-source-keeper
Usage
import { isSourceKeeper } from '@open-screeps/is-source-keeper';
const hostiles = Game.rooms.sim.find(FIND_HOSTILE_CREEPS);
const sourceKeepers = invaders.filter(isSourceKeeper);