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

ValueCount

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

Tuple for how many times an Expression was evaluated to a particular ExpressionValue.

interface ValueCount {
count?: number;
value?: any;
}

§Properties

§
count?: number
[src]

The amount of times that expression returned.

§
value?: any
[src]

The return value of the expression