UNPKG

197 BTypeScriptView Raw
1/// <reference types="node" />
2import { ParsedUrlQueryInput } from 'querystring';
3declare function gravatarHelper(email: string, options: ParsedUrlQueryInput): string;
4export = gravatarHelper;