We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfb9a4 commit 2afd38aCopy full SHA for 2afd38a
tests/typescript/handler.ts
@@ -1,9 +1,11 @@
1
import { hi } from "@my-org/some-lib/index";
2
import { merhaba } from "./tsx/import";
3
4
+/* eslint-disable no-unused-vars */
5
export const typescript4Inject = <A extends []>(
6
fn: (str: string, ...args: A) => any
7
) => (...a: A) => fn("test", ...a);
8
+/* eslint-enable no-unused-vars */
9
10
export const hello = async (event: any) => {
11
return {
0 commit comments