An open API service indexing awesome lists of open source software.

https://github.com/idiocc/vscode-jsdoc-1

The test of jsdoc
https://github.com/idiocc/vscode-jsdoc-1

Last synced: about 1 year ago
JSON representation

The test of jsdoc

Awesome Lists containing this project

README

          

# @idio/vscode-jsdoc-1

[![npm version](https://badge.fury.io/js/@idio/vscode-jsdoc-1.svg)](https://npmjs.org/package/@idio/vscode-jsdoc-1)

`@idio/vscode-jsdoc-1` is The test of jsdoc

```sh
yarn add @idio/vscode-jsdoc-1
```

## Table Of Contents

- [Table Of Contents](#table-of-contents)
- [API](#api)
- [`vscodeJsdoc_1(arg1: string, arg2?: boolean)`](#mynewpackagearg1-stringarg2-boolean-void)
* [`_@idio/vscode-jsdoc-1.Config`](#type-_@idio/vscode-jsdoc-1config)
- [Copyright](#copyright)

## API

The package is available by importing its default function:

```js
import vscodeJsdoc_1 from '@idio/vscode-jsdoc-1'
```

## `vscodeJsdoc_1(`
  `arg1: string,`
  `arg2?: boolean,`
`): void`

Call this function to get the result you want.

__`_@idio/vscode-jsdoc-1.Config`__: Options for the program.

| Name | Type | Description | Default |
| --------- | ---------------- | ----------------- | ------- |
| shouldRun | boolean | A boolean option. | `true` |
| __text*__ | string | A text to return. | - |

```js
/* alanode example/ */
import vscodeJsdoc_1 from '@idio/vscode-jsdoc-1'

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

## Copyright

(c) [Idio][1] 2019

[1]: https://idio.cc