UNPKG

pushy-me

Version:

pushy-me is a simple push notification service for Node.js

4 lines (3 loc) 112 B
export declare type JSONValue = string | number | boolean | { [x: string]: JSONValue; } | Array<JSONValue>;