UNPKG

@ngneat/falso

Version:

All the Fake Data for All Your Real Needs

21 lines (20 loc) 374 B
import { FakeOptions } from './core/core'; /** * Generate random screen resolution * * @category internet * * @example * * randResolution() * * @example * * randResolution() * * */ export declare function randResolution<Options extends FakeOptions = never>(options?: Options): import("./core/core").Return<{ width: string; height: string; }, Options>;