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