UNPKG
@chocolateboy/uncommonjs
Version:
latest (3.2.1)
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
0.3.2
0.3.1
0.3.0
0.2.0
0.0.2
0.0.1
A minimum viable shim for module.exports
github.com/chocolateboy/uncommonjs
chocolateboy/uncommonjs
@chocolateboy/uncommonjs
/
dist
/
polyfill.iife.min.d.ts
7 lines
(6 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
Exports
,
Module
,
Require
}
from
'./index'
;
declare
global
{
var
module
:
Module
;
var
exports
:
Exports
;
var
require
:
Require
; }