Forked from npacker/web-tools
Project Files
src / search / safe-search.ts
/**
* Provider-neutral safe-search mode. Each search-engine adapter maps these values onto its own
* query-parameter encoding.
*/
export type SafeSearch = "strict" | "moderate" | "off"