Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/tests/specs/test/doc_duplicate_identifier/main.ts>getModuleName

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable getModuleName
import { getModuleName } from "https://deno.land/x/deno@v2.0.4/tests/specs/test/doc_duplicate_identifier/main.ts";
import { assertEquals } from "@std/assert/equals";

assertEquals(getModuleName(), "main.ts");

type

() => unknown