Package: effect
Module: SchemaAST
Generates a regular expression from a TemplateLiteral AST node.
See
getTemplateLiteralCapturingRegExp for a variant that captures the pattern.Signature
declare const getTemplateLiteralRegExp: (ast: TemplateLiteral) => RegExp
Since v3.10.0