mirror of
https://github.com/MercuryWorkshop/bare-mux.git
synced 2025-05-14 14:50:03 -04:00
export node types
This commit is contained in:
parent
31bae262e1
commit
e88a7a0bdb
2 changed files with 8 additions and 2 deletions
3
lib/index.d.ts
vendored
Normal file
3
lib/index.d.ts
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
declare const baremuxPath: string;
|
||||||
|
|
||||||
|
export { baremuxPath };
|
|
@ -15,7 +15,10 @@
|
||||||
"require": "./dist/bare.cjs",
|
"require": "./dist/bare.cjs",
|
||||||
"types": "./dist/index.d.ts"
|
"types": "./dist/index.d.ts"
|
||||||
},
|
},
|
||||||
"./node": "./lib/index.cjs"
|
"./node": {
|
||||||
|
"types": "./lib/index.d.ts",
|
||||||
|
"main": "./lib/index.cjs"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
|
@ -33,4 +36,4 @@
|
||||||
"@types/uuid": "^9.0.8",
|
"@types/uuid": "^9.0.8",
|
||||||
"uuid": "^9.0.1"
|
"uuid": "^9.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue