Creates a named Identifier.
⚠️ This function is a Script evalutation action.
Example usage is shown below.
const T = Type.Identifier('A') // const T = {
// type: 'identifier',
// name: 'A'
// }
Use the IsIdentifier function to guard values of this type.
Type.IsIdentifier(value) // value is TIdentifier