aboutsummaryrefslogtreecommitdiff
path: root/test/scripts/apidoc/module.example.ts
blob: 9671dc73605a3e9ada0391ce60dd02493770bdbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * 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 {}