Home Reference Source

References

summary
public

F async getAddress(locale: {countryCode: string, stateCode: string}): Address

Returns a random fake address.

public

F async getCreditcard(creditcardBrand: {creditcardBrand: string}): Creditcard

Returns a random fake credit card.

public

F async getPhonenumbers(locale: {countryCode: string, stateCode: string}): Phonenumber

Returns a random fake phonenumber.

public

F async getProfile(locale: {countryCode: string, stateCode: string}): Profile

Returns a random fake profile.

public

F async getZipcodes(locale: {countryCode: string, stateCode: string}): Zipcode

Returns a random fake zipcode.

public

List of supported countries

public

List of supported credit card brands

public

V STATES: {countryCode: string[]}

List of supported states per country

public
public
public
public
public