UNPKG

neo-quote-for-the-day

Version:

Some beautiful quotes

7 lines (6 loc) 141 B
import { quotes } from './quotes'; export declare function getQuoteOfTheDay(): { text: string; author: string; }; export { quotes };