/** * Description with a link to our [website](https://fakerjs.dev/) * and [api docs](https://fakerjs.dev/api/). */ export class ModuleFakerJsLinkTest {} /** * Description with a link to our [website](https://next.fakerjs.dev/) * and [api docs](https://next.fakerjs.dev/api/). */ export class ModuleNextFakerJsLinkTest {} /** * This is a description for a module with a code example * * @example * new ModuleExampleTest() */ export class ModuleExampleTest {}