UNPKG

229 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function isStatus(s) {
4 return s !== undefined && "kind" in s && s.kind === "Status";
5}
6exports.isStatus = isStatus;
7//# sourceMappingURL=meta.js.map
\No newline at end of file