Class SchemaNameValidator
Constructors
constructor
- new SchemaNameValidator(schema?: string): SchemaNameValidator
Properties
Optional
schema
schema?: string
Accessors
isLowercase
- get isLowercase(): boolean
Returns boolean
levels
- get levels(): undefined | number
Returns undefined | number
parts
- get parts(): undefined | string[]
Returns undefined | string[]
rootDomain
- get rootDomain(): undefined | string
Returns undefined | string
Methods
all
- all(): Error[]
Returns Error[]
allDynamic
- allDynamic(): Promise<Error[]>
Returns Promise<Error[]>
domainExistenceDepth
- domainExistenceDepth(): Promise<number>
Returns Promise<number>
rootDomainExists
- rootDomainExists(): Promise<boolean>
Returns Promise<boolean>