UNPKG

smsdev-js

Version:

Typed promise based adapter for SMS Dev service. Wraps SMS Dev API in a lightweight easy to use lib

5 lines (4 loc) 138 B
import { Inbox } from './types'; declare type InboxWithKey = (key: string) => Inbox; export declare const inbox: InboxWithKey; export {};