UNPKG

pushy-me

Version:

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

7 lines (6 loc) 150 B
/** * Validate API Key * @param apiKey Your Pushy API key * @returns boolean */ export declare const isValideApiKey: (apiKey: string) => boolean;