mirror of
https://github.com/denoland/deno.git
synced 2024-12-14 11:27:57 -05:00
c6f1107e9c
There are more uses of `deno.land/std` in the codebase, but for URL parsing purposes rather than network calls or documentation.
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
// deno-lint-ignore-file
|
|
export function assert(expr: unknown) {
|
|
return true;
|
|
}
|