Skip to content

AIDC Toolkit / GS1 / NonGTINCreatorConstructor

Type Alias: NonGTINCreatorConstructor()<TIdentifierType> ​

NonGTINCreatorConstructor<TIdentifierType> = (prefixProvider, identifierType) => IdentifierCreatorsRecord[TIdentifierType]

Defined in: src/identifier-creators.ts:66

Non-GTIN creator constructor type.

Type Parameters ​

TIdentifierType ​

TIdentifierType extends Exclude<IdentifierType, GTINType>

Identifier type type.

Parameters ​

prefixProvider ​

PrefixProvider

identifierType ​

TIdentifierType

Returns ​

IdentifierCreatorsRecord[TIdentifierType]