mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
7 lines
155 B
JavaScript
7 lines
155 B
JavaScript
"use strict";
|
|
|
|
exports["default"] = function (obj) {
|
|
if (obj == null) throw new TypeError("Cannot destructure undefined");
|
|
};
|
|
|
|
exports.__esModule = true; |