UNPKG

aws-crt

Version:

NodeJS bindings to the aws-c-* libraries

6 lines (5 loc) 166 B
/// <reference types="node" /> /** * The types that are acceptable to pass for hashing. */ export declare type Hashable = string | ArrayBuffer | DataView | Buffer;