mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
5 lines
179 B
JavaScript
Executable File
5 lines
179 B
JavaScript
Executable File
// This file can be required in Browserify and Node.js for automatic polyfill
|
|
// To use it: require('es6-promise/auto');
|
|
'use strict';
|
|
module.exports = require('./').polyfill();
|