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

AlgorithmicStemming

import type { AlgorithmicStemming } from "https://aws-api.deno.dev/v0.3/services/cloudsearch.ts?docs=full";
type AlgorithmicStemming =
| "none"
| "minimal"
| "light"
| "full"

§Type

§
"none" | "minimal" | "light" | "full" | cmnP.UnexpectedEnumValue
[src]