UNPKG

regex

Version:

Regex template tag with extended syntax, context-aware interpolation, and always-on best practices

5 lines (4 loc) 279 B
export function flagNPreprocessor(value: import("./regex.js").InterpolatedValue, runningContext: import("./utils.js").RunningContext, options: Required<import("./regex.js").RegexTagOptions>): { transformed: string; runningContext: import("./utils.js").RunningContext; };