UNPKG
nobuilder-json
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
nobuilder
nobuilder-json
/
scripts
/
lib
/
polyfills.js
5 lines
(4 loc)
•
88 B
JavaScript
View Raw
1
2
3
4
5
'use strict'
require
(
'whatwg-fetch'
);
const
raf =
require
(
'raf'
); raf.
polyfill
(
global
);