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

noopPolicy

import { noopPolicy } from "https://gitlab.com/soapbox-pub/strfry-policies/-/raw/develop/mod.ts";

Minimal sample policy for demonstration purposes. Allows all events through.

const noopPolicy: Policy<void>;