typeas
Version:
Library for checking data values and type safety
1 lines • 685 B
Source Map (JSON)
{"version":3,"sources":["../../../src/expressions/string.ts"],"sourcesContent":["import type { StringCheckerCustomPattern } from \"../expansions/string\";\r\nimport type { CreateExpression } from \"../factories/expression\";\r\nimport type { IntegerString } from \"../types/integer-string\";\r\n\r\ntype StringCustomPatternArg = keyof StringCheckerCustomPattern;\r\n\r\nexport type StringExpression = CreateExpression<\r\n \"string\",\r\n [\r\n | `/${string}/`\r\n | `${IntegerString}~`\r\n | `~${IntegerString}`\r\n | `${IntegerString}~${IntegerString}`\r\n | StringCustomPatternArg\r\n | \"\"\r\n ]\r\n>;\r\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}