Skip to content

Commit

Permalink
feat: add checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Mar 29, 2020
1 parent e530a99 commit 9c9a35c
Show file tree
Hide file tree
Showing 29 changed files with 515 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/api/js-utils.arraymapperoptions.md
@@ -0,0 +1,20 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ArrayMapperOptions](./js-utils.arraymapperoptions.md)

## ArrayMapperOptions interface

<b>Signature:</b>

```typescript
export interface ArrayMapperOptions
```

## Properties

| Property | Type | Description |
| --- | --- | --- |
| [rest](./js-utils.arraymapperoptions.rest.md) | <code>string</code> | |
| [skip](./js-utils.arraymapperoptions.skip.md) | <code>number</code> | |
| [take](./js-utils.arraymapperoptions.take.md) | <code>Array&lt;string&gt;</code> | |

11 changes: 11 additions & 0 deletions docs/api/js-utils.arraymapperoptions.rest.md
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ArrayMapperOptions](./js-utils.arraymapperoptions.md) &gt; [rest](./js-utils.arraymapperoptions.rest.md)

## ArrayMapperOptions.rest property

<b>Signature:</b>

```typescript
rest: string;
```
11 changes: 11 additions & 0 deletions docs/api/js-utils.arraymapperoptions.skip.md
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ArrayMapperOptions](./js-utils.arraymapperoptions.md) &gt; [skip](./js-utils.arraymapperoptions.skip.md)

## ArrayMapperOptions.skip property

<b>Signature:</b>

```typescript
skip: number;
```
11 changes: 11 additions & 0 deletions docs/api/js-utils.arraymapperoptions.take.md
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ArrayMapperOptions](./js-utils.arraymapperoptions.md) &gt; [take](./js-utils.arraymapperoptions.take.md)

## ArrayMapperOptions.take property

<b>Signature:</b>

```typescript
take: Array<string>;
```
11 changes: 11 additions & 0 deletions docs/api/js-utils.childoptions.args.md
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ChildOptions](./js-utils.childoptions.md) &gt; [args](./js-utils.childoptions.args.md)

## ChildOptions.args property

<b>Signature:</b>

```typescript
args: Array<string>;
```
11 changes: 11 additions & 0 deletions docs/api/js-utils.childoptions.command.md
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ChildOptions](./js-utils.childoptions.md) &gt; [command](./js-utils.childoptions.command.md)

## ChildOptions.command property

<b>Signature:</b>

```typescript
command: string;
```
11 changes: 11 additions & 0 deletions docs/api/js-utils.childoptions.cwd.md
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ChildOptions](./js-utils.childoptions.md) &gt; [cwd](./js-utils.childoptions.cwd.md)

## ChildOptions.cwd property

<b>Signature:</b>

```typescript
cwd: string;
```
11 changes: 11 additions & 0 deletions docs/api/js-utils.childoptions.env.md
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ChildOptions](./js-utils.childoptions.md) &gt; [env](./js-utils.childoptions.env.md)

## ChildOptions.env property

<b>Signature:</b>

```typescript
env: Array<NameValuePair<string>>;
```
22 changes: 22 additions & 0 deletions docs/api/js-utils.childoptions.md
@@ -0,0 +1,22 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ChildOptions](./js-utils.childoptions.md)

## ChildOptions interface

<b>Signature:</b>

```typescript
export interface ChildOptions
```

## Properties

| Property | Type | Description |
| --- | --- | --- |
| [args](./js-utils.childoptions.args.md) | <code>Array&lt;string&gt;</code> | |
| [command](./js-utils.childoptions.command.md) | <code>string</code> | |
| [cwd](./js-utils.childoptions.cwd.md) | <code>string</code> | |
| [env](./js-utils.childoptions.env.md) | <code>Array&lt;NameValuePair&lt;string&gt;&gt;</code> | |
| [timeout](./js-utils.childoptions.timeout.md) | <code>number</code> | |

11 changes: 11 additions & 0 deletions docs/api/js-utils.childoptions.timeout.md
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ChildOptions](./js-utils.childoptions.md) &gt; [timeout](./js-utils.childoptions.timeout.md)

## ChildOptions.timeout property

<b>Signature:</b>

```typescript
timeout: number;
```
20 changes: 20 additions & 0 deletions docs/api/js-utils.childresult.md
@@ -0,0 +1,20 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ChildResult](./js-utils.childresult.md)

## ChildResult interface

<b>Signature:</b>

```typescript
export interface ChildResult
```

## Properties

| Property | Type | Description |
| --- | --- | --- |
| [status](./js-utils.childresult.status.md) | <code>number</code> | |
| [stderr](./js-utils.childresult.stderr.md) | <code>string</code> | |
| [stdout](./js-utils.childresult.stdout.md) | <code>string</code> | |

11 changes: 11 additions & 0 deletions docs/api/js-utils.childresult.status.md
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ChildResult](./js-utils.childresult.md) &gt; [status](./js-utils.childresult.status.md)

## ChildResult.status property

<b>Signature:</b>

```typescript
status: number;
```
11 changes: 11 additions & 0 deletions docs/api/js-utils.childresult.stderr.md
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ChildResult](./js-utils.childresult.md) &gt; [stderr](./js-utils.childresult.stderr.md)

## ChildResult.stderr property

<b>Signature:</b>

```typescript
stderr: string;
```
11 changes: 11 additions & 0 deletions docs/api/js-utils.childresult.stdout.md
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ChildResult](./js-utils.childresult.md) &gt; [stdout](./js-utils.childresult.stdout.md)

## ChildResult.stdout property

<b>Signature:</b>

```typescript
stdout: string;
```
11 changes: 11 additions & 0 deletions docs/api/js-utils.childspawner.md
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ChildSpawner](./js-utils.childspawner.md)

## ChildSpawner type

<b>Signature:</b>

```typescript
export declare type ChildSpawner = typeof spawn;
```
22 changes: 22 additions & 0 deletions docs/api/js-utils.constructorname.md
@@ -0,0 +1,22 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [constructorName](./js-utils.constructorname.md)

## constructorName() function

<b>Signature:</b>

```typescript
export declare function constructorName(val: object): string;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| val | <code>object</code> | |

<b>Returns:</b>

`string`

22 changes: 22 additions & 0 deletions docs/api/js-utils.getconstructor.md
@@ -0,0 +1,22 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [getConstructor](./js-utils.getconstructor.md)

## getConstructor() function

<b>Signature:</b>

```typescript
export declare function getConstructor(val: object): Function;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| val | <code>object</code> | |

<b>Returns:</b>

`Function`

23 changes: 23 additions & 0 deletions docs/api/js-utils.gethead.md
@@ -0,0 +1,23 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [getHead](./js-utils.gethead.md)

## getHead() function

<b>Signature:</b>

```typescript
export declare function getHead<TKey, TVal>(map: Map<TKey, Array<TVal>>, key: TKey): TVal;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| map | <code>Map&lt;TKey, Array&lt;TVal&gt;&gt;</code> | |
| key | <code>TKey</code> | |

<b>Returns:</b>

`TVal`

24 changes: 24 additions & 0 deletions docs/api/js-utils.getheadordefault.md
@@ -0,0 +1,24 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [getHeadOrDefault](./js-utils.getheadordefault.md)

## getHeadOrDefault() function

<b>Signature:</b>

```typescript
export declare function getHeadOrDefault<TKey, TVal>(map: Map<TKey, Array<Optional<TVal>>>, key: TKey, defaultValue: TVal): TVal;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| map | <code>Map&lt;TKey, Array&lt;Optional&lt;TVal&gt;&gt;&gt;</code> | |
| key | <code>TKey</code> | |
| defaultValue | <code>TVal</code> | |

<b>Returns:</b>

`TVal`

22 changes: 22 additions & 0 deletions docs/api/js-utils.getmethods.md
@@ -0,0 +1,22 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [getMethods](./js-utils.getmethods.md)

## getMethods() function

<b>Signature:</b>

```typescript
export declare function getMethods<TValue extends object>(value: TValue): Set<Function>;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| value | <code>TValue</code> | |

<b>Returns:</b>

`Set<Function>`

24 changes: 24 additions & 0 deletions docs/api/js-utils.getordefault.md
@@ -0,0 +1,24 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [getOrDefault](./js-utils.getordefault.md)

## getOrDefault() function

<b>Signature:</b>

```typescript
export declare function getOrDefault<TKey, TVal>(map: Map<TKey, TVal>, key: TKey, defaultValue: TVal): TVal;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| map | <code>Map&lt;TKey, TVal&gt;</code> | |
| key | <code>TKey</code> | |
| defaultValue | <code>TVal</code> | |

<b>Returns:</b>

`TVal`

24 changes: 24 additions & 0 deletions docs/api/js-utils.leftpad.md
@@ -0,0 +1,24 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [leftPad](./js-utils.leftpad.md)

## leftPad() function

<b>Signature:</b>

```typescript
export declare function leftPad(val: string, min?: number, fill?: string): string;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| val | <code>string</code> | |
| min | <code>number</code> | |
| fill | <code>string</code> | |

<b>Returns:</b>

`string`

0 comments on commit 9c9a35c

Please sign in to comment.