Skip to content

dpck/bundle-link

Repository files navigation

@depack/bundle-link

npm version

@depack/bundle-link is The Linked Package.

yarn add @depack/bundle-link

Table Of Contents

API

The package is available by importing its default function:

import bundleLink from '@depack/bundle-link'

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

Call this function to get the result you want.

_@depack/bundle-link.Config: Options for the program.

Name Type Description Default
shouldRun boolean A boolean option. true
text* string A text to return. -
/* alanode example/ */
import bundleLink from '@depack/bundle-link'

(async () => {
  const res = await bundleLink({
    text: 'example',
  })
  console.log(res)
})()
example

Copyright

(c) Art Deco 2019

Releases

No releases published

Packages

No packages published