mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-18 17:09:47 -05:00
feat: add typedef file
This commit is contained in:
5
index.d.ts
vendored
Normal file
5
index.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Initialize a new Farcaster mini-app project
|
||||
* @returns Promise<void>
|
||||
*/
|
||||
export function init(): Promise<void>;
|
||||
Reference in New Issue
Block a user