]> Lady’s Gitweb - Lemon/blob - dev-deps.js
[window] Polyfill top‐level D·O·M interfaces
[Lemon] / dev-deps.js
1 // 🍋🏷 Lemon ∷ dev-deps.js
2 // ====================================================================
3 //
4 // Copyright © 2021–2022 Lady [@ Lady’s Computer].
5 //
6 // This Source Code Form is subject to the terms of the Mozilla Public
7 // License, v. 2.0. If a copy of the MPL was not distributed with this
8 // file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
9
10 import "./window/mod.js";
11
12 export { DOMImplementation } from "./window/deps.js";
13
14 export {
15 assertEquals,
16 assertStrictEquals,
17 } from "https://deno.land/std@0.134.0/testing/asserts.ts";
This page took 0.046527 seconds and 5 git commands to generate.