2024-01-10 17:40:30 -05:00
|
|
|
Checking fast check type graph for errors...
|
2024-01-23 10:37:43 -05:00
|
|
|
error[zap-missing-explicit-return-type]: missing explicit return type in the public API
|
|
|
|
--> [WILDCARD]mod.ts:2:17
|
|
|
|
|
|
|
|
|
2 | export function getRandom() {
|
|
|
|
| ^^^^^^^^^ this function is missing an explicit return type
|
|
|
|
= hint: add an explit return type to the function
|
2024-01-10 17:40:30 -05:00
|
|
|
|
2024-01-23 10:37:43 -05:00
|
|
|
info: all functions in the public API must have an explicit return type
|
|
|
|
docs: https://jsr.io/go/zap-missing-explicit-return-type
|
2024-01-10 17:40:30 -05:00
|
|
|
|
2024-01-23 10:37:43 -05:00
|
|
|
error: Found 1 problem
|