UNPKG

@iotize/device-client.js

Version:

IoTize Device client for Javascript

4 lines (3 loc) 78 B
export interface Hasher<InputType> { hash(input: InputType): string; }