mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
13 lines
295 B
Text
13 lines
295 B
Text
|
cover [WILDCARD]/coverage/branch.ts ... 28.571% (4/14)
|
||
|
4 | } else {
|
||
|
5 | return false;
|
||
|
6 | }
|
||
|
-----|-----
|
||
|
9 | export function unused(condition: boolean): boolean {
|
||
|
10 | if (condition) {
|
||
|
11 | return false;
|
||
|
12 | } else {
|
||
|
13 | return true;
|
||
|
14 | }
|
||
|
15 | }
|