feat: add typedef file

This commit is contained in:
lucas-neynar
2025-03-26 12:17:05 -07:00
parent c794265892
commit ce60e03424
2 changed files with 9 additions and 2 deletions

5
index.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
/**
* Initialize a new Farcaster mini-app project
* @returns Promise<void>
*/
export function init(): Promise<void>;