UNPKG
@dwlib/internal-slot
Version:
latest (1.0.0)
1.0.0
Internal Slot API
github.com/dwlib-js/internal-slot
dwlib-js/internal-slot
@dwlib/internal-slot
/
lib
/
HasInternalSlot.js
8 lines
(5 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
const
{
HasInternalSlot
} =
require
(
'#internal'
);
module
.
exports
=
HasInternalSlot
;