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