We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The literal undefined in Zig is represented as undefined in JavaScript. You will only encounter it if you explicitly export undefined.
undefined
pub const Undefined = undefined;
import { Undefined } from './undefined-example-1.zig'; console.log(Undefined);