@mnpjs/test-package-3
is test-description
yarn add -E @mnpjs/test-package-3
The package is available by importing its default function:
import testPackage_3 from '@mnpjs/test-package-3'
Call this function to get the result you want.
/* yarn example/ */
import testPackage_3 from '@mnpjs/test-package-3'
(async () => {
await testPackage_3()
})()
- Add a new item to the todo list.
(c) MNP 2018