UNPKG

lingvanex-js-pkg

Version:

A simple package that says Hello, world!

4 lines (3 loc) 122 B
// test.js const lingvanexJsPkg = require('./index.js'); lingvanexJsPkg(); // Должно вывести "Hello, world!"