import * as docxml from "https://deno.land/x/docxml@5.15.3/src/utilities/parameter-checking.ts";
Functions
A function that can be used to test that all the parameters of an object pass a particular test. This can be used to check that no values in an object are NaN, or could be used to check that values are inside a particular range. | |
A function to check if any arbitrary property of an object is |