import * as masx200LeetcodeTest from "https://deno.land/x/masx200_leetcode_test@10.6.5/deps.ts";
Functions
Make an assertion, error will be thrown if | |
Make an assertion that | |
Make an assertion that | |
Make an assertion that | |
Yields | |
Deep equality comparison used in assertions | |
f isIP | |
Take a set of command line arguments, optionally with a set of options, and return an object representing the flags found in the passed arguments. | |
f walk | Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options. The files are walked in lexical order, which makes the output deterministic but means that for very large directories walk() can be inefficient. |