UNPKG

aran

Version:
8 lines (4 loc) 193 B
import type { Brand } from "../util/util.d.ts"; export type FilePath = Brand<unknown, "FilePath">; export type Hash = Brand<string | number, "Hash">; export type HashProp = { _hash: Hash };