diff options
| author | Shinigami <[email protected]> | 2023-04-16 16:07:16 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-16 16:07:16 +0200 |
| commit | 153e0ca29742c42814a97117f7d976f23e93c0d4 (patch) | |
| tree | 1f31bce33275f3403790262a56760282f4e2901e /src/utils | |
| parent | ec4d428863a4aa670338b22439031495911fbd1b (diff) | |
| download | faker-153e0ca29742c42814a97117f7d976f23e93c0d4.tar.xz faker-153e0ca29742c42814a97117f7d976f23e93c0d4.zip | |
chore: unify todos (#2063)
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/types.ts b/src/utils/types.ts index afc4c17a..8c1bfe6b 100644 --- a/src/utils/types.ts +++ b/src/utils/types.ts @@ -14,7 +14,7 @@ export type LiteralUnion<T extends U, U = string> = * These would fail when invoked since they are invoked without the `new` keyword. */ export type Callable = ( - // TODO christopher 2023-02-14: This `any` type can be fixed by anyone if they want to. + // TODO @Shinigami92 2023-02-14: This `any` type can be fixed by anyone if they want to. // eslint-disable-next-line @typescript-eslint/no-explicit-any ...args: any[] ) => unknown; |
