UNPKG
kubo-rpc-client-esm-cjs
Version:
canary (3.0.1)
latest (3.0.1)
3.0.1
A client library for the Kubo RPC API
github.com/ipfs/js-kubo-rpc-client
ipfs/js-kubo-rpc-client
kubo-rpc-client-esm-cjs
/
dist
/
cjs
/
src
/
lib
/
mode-to-string.d.ts
5 lines
•
182 B
TypeScript
View Raw
1
2
3
4
5
/** *
@param
{
number | string | undefined
}
mode
*/
export
function
modeToString
(
mode
:
number
|
string
|
undefined
):
string
|
undefined
;
//# sourceMappingURL=mode-to-string.d.ts.map