Module

x/abc/dev_deps.ts>runIfMain

A better Deno framework to create web application.
Go to Latest
function runIfMain
import { runIfMain } from "https://dotland.deno.dev/x/abc@v1.0.0-rc8/dev_deps.ts";

Runs specified benchmarks if the enclosing script is main.

Parameters

optional
opts: BenchmarkRunOptions = [UNSUPPORTED]

Returns

Promise<void>