UNPKG

hummus-recipe

Version:

A powerful PDF tool for NodeJS based on HummusJS

18 lines (12 loc) 355 B
'use strict'; var defineProperties = require('define-properties'); var implementation = require('./implementation'); var getPolyfill = require('./polyfill'); var shim = require('./shim'); var polyfill = getPolyfill(); defineProperties(polyfill, { getPolyfill: getPolyfill, implementation: implementation, shim: shim }); module.exports = polyfill;