UNPKG
keybase-bot
Version:
latest (3.6.1)
3.6.1
3.6.0
3.5.2
3.5.1
3.5.0
3.4.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.0
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Script Keybase in Node.js!
github.com/keybase/keybase-bot
keybase/keybase-bot
keybase-bot
/
lib
/
utils
/
whichKeybase.d.ts
9 lines
(8 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Returns the full path to the keybase binary or throws an error *
@ignore
*
@example
* whichKeybase().then((path) => console.log(path)) */
declare
function
whichKeybase
(
):
Promise
<
string
>;
export
default
whichKeybase;