UNPKG

@mrxbox98/hastebin-js

Version:

A simple hastebin client for uploading things to hastebin.com

9 lines (7 loc) 228 B
declare module "hastebin-gen" { export default function hastebin(input: string, options?: HasteBinOptions): Promise<string>; export interface HasteBinOptions { url?: string; extension?: string; }; }