UNPKG

pushy-me

Version:

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

6 lines (5 loc) 111 B
export declare class ApiKey { private readonly value; constructor(value: string); get(): string; }