1.0.1 • Published 3 years ago

@mrmythical/test v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Hello

This is just my first package.

You can use it if you want, but it won't really help

const { test } = require("@mrmythical/test")
const a = new test()
a.setContent("Any info")
console.log(a.content) // "Any info"
a.setContent({
    info: "myinfo"
})
console.log(a.content) // { info: "myinfo" }