Skip to content

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

ParameterType
catalogNamestring
specS
optionsCatalogOptions

Returns

Catalog<S>