Tema
makeCatalog()
ts
function makeCatalog<S>(
catalogName,
spec,
options?): Catalog<S>;Arma un catálogo a partir de su definición.
Type Parameters
| Type Parameter |
|---|
S extends Readonly<Record<string, readonly [string | number, string]>> |
Parameters
| Parameter | Type |
|---|---|
catalogName | string |
spec | S |
options | CatalogOptions |
Returns
Catalog<S>
