Projekt

Obecné

Profil

Stáhnout (143 Bajtů) Statistiky
| Větev: | Revize:
1
"use strict";
2

    
3
exports.__esModule = true;
4

    
5
exports.default = function (obj) {
6
  return obj && obj.__esModule ? obj : {
7
    default: obj
8
  };
9
};
(43-43/73)