Skip to content

IFakerHacker

baileydauterman edited this page Jan 6, 2025 · 2 revisions
namespace Faker.NET.Interfaces.Modules;

public interface IFakerHacker
{
    public string Abbreviation();
    public string Adjective();
    public string Ingverb();
    public string Noun();
    public string Phrase();
    public string Verb();
}

Clone this wiki locally