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

Arg

import type { Arg } from "https://googleapis.deno.dev/v1/firebaserules:v1.ts";

Arg matchers for the mock function.

interface Arg {
anyValue?: Empty;
exactValue?: any;
}

§Properties

§
anyValue?: Empty
[src]

Argument matches any value provided.

§
exactValue?: any
[src]

Argument exactly matches value provided.