mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
14 lines
430 B
Text
14 lines
430 B
Text
error[no-slow-types]: missing explicit return type in the public API
|
|
--> [WILDLINE]:1:17
|
|
|
|
|
1 | export function test() {
|
|
| ^^^^ this function is missing an explicit return type
|
|
|
|
|
= hint: add an explicit return type to the function
|
|
|
|
info: all functions in the public API must have an explicit return type
|
|
docs: https://jsr.io/go/slow-type-missing-explicit-return-type
|
|
|
|
|
|
Found 1 problem
|
|
Checked 1 file
|