UNPKG

libdom

Version:

Lean Browser Library for typical DOM operations

12 lines (5 loc) 122 B
'use strict'; import CORE from "libcore"; import DOM from "../index.js"; global.libcore = CORE; export default DOM;