import { isRecordValue } from "https://deno.land/x/bencodex@0.2.2/mod.ts";
A type guard predicate that checks if the given value is a RecordValue.
Parameters
value: Value | RecordValue
The value to check.
Returns
value is RecordValue
true
iff the given value is a RecordValue.