feat: add once
function
#122
Annotations
5 errors
Validate
Argument of type '(this: unknown) => number' is not assignable to parameter of type 'OnceFunction<unknown[], unknown, unknown>'.
|
Validate
Argument of type 'string' is not assignable to parameter of type '"a" | "b" | "c"'.
|
Validate
Argument of type 'readonly (string | number | symbol)[]' is not assignable to parameter of type 'KeyFilter<A, keyof A> | null | undefined'.
|
Validate
Argument of type 'readonly (string | number | symbol)[]' is not assignable to parameter of type 'KeyFilter<A, keyof A> | null | undefined'.
|
Validate
Process completed with exit code 1.
|