UNPKG

chertoperter

Version:

Fake data generator for Persian developers

10 lines 381 B
import { T_OPERATOR, T_PROVINCE } from './types'; /** * Generates phone numbers, including landline and cellphone numbers. * @returns {object} An object containing methods for generating phone numbers. */ export declare const phone: () => { Cellphone: (operator?: T_OPERATOR) => string; Landline: (province?: T_PROVINCE) => string; }; //# sourceMappingURL=index.d.ts.map