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