UNPKG

@zuu/owl

Version:

Zuu's Experimental GraphQL Implementation

10 lines 422 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ReflectMetadataMissingError extends Error { constructor() { super("Install reflect-metadata and enable exprimental decorator features!"); Object.setPrototypeOf(this, new.target.prototype); } } exports.ReflectMetadataMissingError = ReflectMetadataMissingError; //# sourceMappingURL=ReflectMetadataMissingError.js.map