UNPKG

@hedgewizard.dev/random-facts

Version:
6 lines (5 loc) 158 B
/** * Returns a random dinosaur fact from the internal collection * @returns {string} A random dinosaur fact */ export declare function getFact(): string;