UNPKG

effect

Version:

The missing standard library for TypeScript, for writing production-grade software.

19 lines (18 loc) 722 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OP_UNSUPPORTED = exports.OP_SOURCE_UNAVAILABLE = exports.OP_OR = exports.OP_MISSING_DATA = exports.OP_INVALID_DATA = exports.OP_AND = void 0; /** @internal */ const OP_AND = exports.OP_AND = "And"; /** @internal */ const OP_OR = exports.OP_OR = "Or"; /** @internal */ const OP_INVALID_DATA = exports.OP_INVALID_DATA = "InvalidData"; /** @internal */ const OP_MISSING_DATA = exports.OP_MISSING_DATA = "MissingData"; /** @internal */ const OP_SOURCE_UNAVAILABLE = exports.OP_SOURCE_UNAVAILABLE = "SourceUnavailable"; /** @internal */ const OP_UNSUPPORTED = exports.OP_UNSUPPORTED = "Unsupported"; //# sourceMappingURL=configError.js.map