UNPKG

kutt

Version:

Node.js & browser (TypeScript) client for Kutt url shortener

8 lines (7 loc) 138 B
declare const CONFIG: ConfigI; export default CONFIG; export interface ConfigI { api: string; key: string; timeout: number; }