UNPKG
@infinixjoyd/metaplex-auth-service
Version:
latest (1.2.8)
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
A client library for nft.storage designed for metaplex NFT uploads
@infinixjoyd/metaplex-auth-service
/
dist
/
test
/
utils
/
test.mjs
6 lines
(5 loc)
•
94 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
const
main
=
async
(
) => {
console
.
log
(
"All tests passed"
); };
main
();