| 1 | 'use strict'; |
| 2 | const WeakMap = (m => m.__esModule ? /* istanbul ignore next */ m.default : /* istanbul ignore next */ m)(require('@ungap/weakmap')); |
| 3 | const {augmentor} = require('dom-augmentor'); |
| 4 | const {isArray} = require('uarray'); |
nothing calls this directly
no test coverage detected