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) 133 B
import { Send } from './types'; declare type SendWithKey = (key: string) => Send; export declare const send: SendWithKey; export {};