UNPKG

sample-pilet-service

Version:

Piral: Sample pilet feed service.

6 lines (5 loc) 164 B
export interface Author { name: string; email: string; } export declare function formatAuthor(author: string | Partial<Author>, fallback?: string): Author;