Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TextTransformation

import type { TextTransformation } from "https://aws-api.deno.dev/v0.3/services/waf.ts?docs=full";
type TextTransformation =
| "NONE"
| "COMPRESS_WHITE_SPACE"
| "HTML_ENTITY_DECODE"
| "LOWERCASE"
| "CMD_LINE"
| "URL_DECODE"

§Type

§
"NONE" | "COMPRESS_WHITE_SPACE" | "HTML_ENTITY_DECODE" | "LOWERCASE" | "CMD_LINE" | "URL_DECODE" | cmnP.UnexpectedEnumValue
[src]