(name?: string)
| 1222 | * |
| 1223 | * Use to read a numeric config value that must be an integer. |
| 1224 | * |
| 1225 | * **Details** |
| 1226 | * |
| 1227 | * Shortcut for `Config.schema(Schema.Int, name)`. |
| 1228 | * |
| 1229 | * @see {@link number} for accepting any number |
nothing calls this directly
no test coverage detected
searching dependent graphs…