UNPKG

postmark

Version:

Official Node.js client library for the Postmark HTTP API - https://www.postmarkapp.com

4 lines (3 loc) 51 B
export interface Hash<T> { [key: string]: T; }