1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-09 15:48:16 -05:00
denoland-deno/ext/webidl/lib.rs
2024-12-31 19:12:39 +00:00

3 lines
116 B
Rust

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