0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-05 10:26:44 -05:00
deno/ext/webidl/lib.rs
2025-01-09 15:19:16 -05:00

3 lines
116 B
Rust

// Copyright 2018-2025 the Deno authors. MIT license.
deno_core::extension!(deno_webidl, esm = ["00_webidl.js"],);