-
Notifications
You must be signed in to change notification settings - Fork 0
Utils.Function.get_identifier
DecentM edited this page Jan 16, 2026
·
86 revisions
@decentm/concourse-ts / Utils / get_identifier
get_identifier<
IdentifierType>(input):IdentifierType
Defined in: utils/identifier/index.ts:71
Returns the input string if it's a valid identifier, converted to the Identifier type. Throws if the passed input fails Identifier validation.
https://concourse-ci.org/docs/config-basics/#identifier-schema
• IdentifierType extends Identifier = Identifier
string
IdentifierType
The input