Hashable

Type Alias
Types that can be hashed the various crypto functions.
export type Hashable = number | string | boolean | Buffer;