UNPKG

@platform/cell.schema

Version:

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

8 lines (7 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var util_hash_1 = require("@platform/util.hash"); function sha256(input) { return "sha256-" + util_hash_1.hash.sha256(input); } exports.sha256 = sha256;