import { isDictionary } from "https://deno.land/x/bencodex@0.2.2/src/types.ts";
Checks if the given value is a Bencodex dictionary.
Returns
value is Dictionary
true
iff the given value is a Bencodex dictionary.
import { isDictionary } from "https://deno.land/x/bencodex@0.2.2/src/types.ts";
Checks if the given value is a Bencodex dictionary.
true
iff the given value is a Bencodex dictionary.