mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
import assert from "node:assert";
|
|
import foo from "./foo.yaml";
|
|
assert(foo);
|
|
assert.equal(typeof foo, "object");
|