mirror of
https://github.com/denoland/deno.git
synced 2025-02-06 06:32:09 -05:00
![Asher Gomez](/assets/img/avatar_default.png)
There are more uses of `deno.land/std` in the codebase, but for URL parsing purposes rather than network calls or documentation.
5 lines
68 B
TypeScript
5 lines
68 B
TypeScript
// deno-lint-ignore-file
|
|
|
|
export function fail() {
|
|
return true;
|
|
}
|