npm.io
1.1.1 • Published 5 years ago

morviceks-npm-test

Licence
ISC
Version
1.1.1
Deps
0
Size
894 B
Vulns
0
Weekly
0

A npm test

  • Testing peckage
const test = require("morviceks-npm-test");
const test = new test({
  test: "Test"
})

test.getTest();/* Returns 'test' */
test.setTest("Testing");/* Returns 'testing' and set value test to Testing */
test.getTest();/* Now returns 'testing' */