Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 961 Bytes

File metadata and controls

48 lines (31 loc) · 961 Bytes

@mnpjs/test-package-3

npm version

@mnpjs/test-package-3 is test-description

yarn add -E @mnpjs/test-package-3

Table Of Contents

API

The package is available by importing its default function:

import testPackage_3 from '@mnpjs/test-package-3'

testPackage_3(
  arg1: string,
  arg2?: boolean,
): void

Call this function to get the result you want.

/* yarn example/ */
import testPackage_3 from '@mnpjs/test-package-3'

(async () => {
  await testPackage_3()
})()

TODO

  • Add a new item to the todo list.

Copyright

(c) MNP 2018