UNPKG

@platform/cell.schema

Version:

URI and database schemas for the `cell.os`.

6 lines (5 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Encoding = void 0; var Encoding_1 = require("./Encoding"); Object.defineProperty(exports, "Encoding", { enumerable: true, get: function () { return Encoding_1.Encoding; } });