UNPKG

sol-merger

Version:

Merges all import files into single file.

18 lines 713 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExportType = void 0; var ExportType; (function (ExportType) { ExportType["contract"] = "contract"; ExportType["library"] = "library"; ExportType["interface"] = "interface"; ExportType["struct"] = "struct"; ExportType["enum"] = "enum"; ExportType["comment"] = "comment"; ExportType["error"] = "error"; ExportType["constant"] = "constant"; ExportType["function"] = "function"; ExportType["userDefinedValueType"] = "userDefinedValueType"; ExportType["usingDirective"] = "usingDirective"; })(ExportType = exports.ExportType || (exports.ExportType = {})); //# sourceMappingURL=types.js.map