UNPKG

@platform/cell.schema

Version:

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

5 lines (4 loc) 121 B
import { hash } from '@platform/util.hash'; export function sha256(input) { return `sha256-${hash.sha256(input)}`; }