mirror of
https://github.com/denoland/deno.git
synced 2025-02-20 12:22:52 -05:00
5 lines
105 B
TypeScript
5 lines
105 B
TypeScript
![]() |
import mod = require("@denotest/dual-cjs-esm");
|
||
|
|
||
|
const kind: "other" = mod.getKind();
|
||
|
console.log(kind);
|