blob: ef646659004eca5c1d30f24ce9b5463816419906 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/**
* 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 {}
|