mirror of
https://github.com/denoland/deno.git
synced 2025-10-05 16:40:23 +00:00
5 lines
68 B
TypeScript
5 lines
68 B
TypeScript
// deno-lint-ignore-file
|
|
|
|
export function fail() {
|
|
return true;
|
|
}
|