UNPKG

@platform/cell.schema

Version:

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

10 lines (9 loc) 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Hash = void 0; var util_hash_1 = require("@platform/util.hash"); exports.Hash = { sha256: function (input) { return "sha256-".concat(util_hash_1.hash.sha256(input)); }, };