UNPKG

@ngneat/falso

Version:

All the Fake Data for All Your Real Needs

13 lines (12 loc) 282 B
import { FakeOptions } from './core/core'; /** * Generate a random pronoun. * * @category person * * @example * * randPronoun() * */ export declare function randPronoun<Options extends FakeOptions = never>(options?: Options): import("./core/core").Return<string, Options>;