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

1.0.0 • Public • Published

is-my-room

Check wether a room is yours

Install

$ npm install @open-screeps/is-my-room

Usage

import { isMyRoom } from '@open-screeps/is-my-room';

const myRooms = _.filter(Game.rooms, room => isMyRoom(room))

Related

License

MIT

/@open-screeps/is-my-room/

    Package Sidebar

    Install

    npm i @open-screeps/is-my-room

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • postcrafter