UNPKG

213 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function undefault(obj) {
4 if (obj.__esModule === true)
5 return obj.default;
6 return obj;
7}
8exports.undefault = undefault;