ohctechv3/.svn/pristine/9f/9ff5edef6b42073cf3450831d8253a66bf41ba81.svn-base
2024-10-28 15:03:36 +05:30

4 lines
340 B
Plaintext

function _initializerWarningHelper(descriptor, context) {
throw new Error('Decorating class property failed. Please ensure that ' + 'transform-class-properties is enabled and runs after the decorators transform.');
}
module.exports = _initializerWarningHelper, module.exports.__esModule = true, module.exports["default"] = module.exports;