0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-21 12:53:05 -05:00
denoland-deno/ext/webidl/lib.rs
2024-01-04 20:34:51 +01:00

3 lines
137 B
Rust

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