# Function: has() (/jsdoc/nqtr/index/namespaces/RegisteredMaps/functions/has)



\> **has**(`id`): `boolean`

Defined in: [src/registries/RegisteredMaps.ts:59](https://github.com/DRincs-Productions/nqtr/blob/db22fe9e7612d547ff25befcc444cf095348917d/src/registries/RegisteredMaps.ts#L59)

Check if a map is registered.

## Parameters [#parameters]

### id [#id]

`string`

The id of the map.

## Returns [#returns]

`boolean`

True if the map is registered, false otherwise.
