mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-15 23:58:56 -05:00
feat: add typedef file
This commit is contained in:
parent
c794265892
commit
ce60e03424
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>;
|
||||
@ -1,15 +1,17 @@
|
||||
{
|
||||
"name": "@neynar/create-farcaster-mini-app",
|
||||
"version": "1.2.5",
|
||||
"version": "1.2.6",
|
||||
"type": "module",
|
||||
"private": false,
|
||||
"access": "public",
|
||||
"exports": {
|
||||
".": "./bin/init.js"
|
||||
},
|
||||
"types": "./index.d.ts",
|
||||
"files": [
|
||||
"bin/index.js",
|
||||
"bin/init.js"
|
||||
"bin/init.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"farcaster",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user