UNPKG
@nodesecure/cli
Version:
latest (3.1.0)
next (2.0.0-0)
3.1.0
3.0.2
3.0.1
3.0.0
2.5.0
2.4.0
2.3.1
2.3.0
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
2.0.0-0
1.0.0
Node.js security CLI
github.com/NodeSecure/cli
NodeSecure/cli
@nodesecure/cli
/
public
/
core
/
i18n.js
9 lines
(7 loc)
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// Import Third-party Dependencies
import
{ getJSON }
from
"@nodesecure/vis-network"
;
export
class
i18n
{
async
fetch
(
) {
return
await
getJSON
(
"/i18n"
); } }