-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
1,061 additions
and
515 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [pinot-noir](./pinot-noir.md) > [BypassParser](./pinot-noir.bypassparser.md) | ||
|
||
## BypassParser class | ||
|
||
Bypass parser. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export declare class BypassParser implements IPinotValueParser | ||
``` | ||
**Implements:** [IPinotValueParser](./pinot-noir.ipinotvalueparser.md) | ||
## Methods | ||
<table><thead><tr><th> | ||
Method | ||
</th><th> | ||
Modifiers | ||
</th><th> | ||
Description | ||
</th></tr></thead> | ||
<tbody><tr><td> | ||
[parse(value)](./pinot-noir.bypassparser.parse.md) | ||
</td><td> | ||
</td><td> | ||
Parses the value. | ||
</td></tr> | ||
</tbody></table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [pinot-noir](./pinot-noir.md) > [BypassParser](./pinot-noir.bypassparser.md) > [parse](./pinot-noir.bypassparser.parse.md) | ||
|
||
## BypassParser.parse() method | ||
|
||
Parses the value. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
parse(value?: number | string | boolean | object | null): number | string | boolean | object | null | undefined; | ||
``` | ||
|
||
## Parameters | ||
|
||
<table><thead><tr><th> | ||
|
||
Parameter | ||
|
||
</th><th> | ||
|
||
Type | ||
|
||
</th><th> | ||
|
||
Description | ||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
value | ||
|
||
</td><td> | ||
|
||
number \| string \| boolean \| object \| null | ||
|
||
</td><td> | ||
|
||
_(Optional)_ value to parse | ||
|
||
</td></tr> | ||
</tbody></table> | ||
**Returns:** | ||
|
||
number \| string \| boolean \| object \| null \| undefined | ||
|
||
parsed value |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [pinot-noir](./pinot-noir.md) > [IPinotValueParser](./pinot-noir.ipinotvalueparser.md) | ||
|
||
## IPinotValueParser interface | ||
|
||
Pinot value parser interface. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface IPinotValueParser | ||
``` | ||
|
||
## Methods | ||
|
||
<table><thead><tr><th> | ||
|
||
Method | ||
|
||
</th><th> | ||
|
||
Description | ||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
[parse(value, type)](./pinot-noir.ipinotvalueparser.parse.md) | ||
|
||
</td><td> | ||
|
||
Parses the value. | ||
|
||
</td></tr> | ||
</tbody></table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [pinot-noir](./pinot-noir.md) > [IPinotValueParser](./pinot-noir.ipinotvalueparser.md) > [parse](./pinot-noir.ipinotvalueparser.parse.md) | ||
|
||
## IPinotValueParser.parse() method | ||
|
||
Parses the value. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
parse(value?: number | string | boolean | object | null | Date, type?: TPinotDataType): number | string | boolean | object | null | Date | bigint | undefined; | ||
``` | ||
|
||
## Parameters | ||
|
||
<table><thead><tr><th> | ||
|
||
Parameter | ||
|
||
</th><th> | ||
|
||
Type | ||
|
||
</th><th> | ||
|
||
Description | ||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
value | ||
|
||
</td><td> | ||
|
||
number \| string \| boolean \| object \| null \| Date | ||
|
||
</td><td> | ||
|
||
_(Optional)_ value to parse | ||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
type | ||
|
||
</td><td> | ||
|
||
[TPinotDataType](./pinot-noir.tpinotdatatype.md) | ||
|
||
</td><td> | ||
|
||
_(Optional)_ value type | ||
|
||
</td></tr> | ||
</tbody></table> | ||
**Returns:** | ||
|
||
number \| string \| boolean \| object \| null \| Date \| bigint \| undefined | ||
|
||
parsed value |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [pinot-noir](./pinot-noir.md) > [SafeParser](./pinot-noir.safeparser.md) | ||
|
||
## SafeParser class | ||
|
||
Safe parser. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export declare class SafeParser implements IPinotValueParser | ||
``` | ||
**Implements:** [IPinotValueParser](./pinot-noir.ipinotvalueparser.md) | ||
## Methods | ||
<table><thead><tr><th> | ||
Method | ||
</th><th> | ||
Modifiers | ||
</th><th> | ||
Description | ||
</th></tr></thead> | ||
<tbody><tr><td> | ||
[parse(value, type)](./pinot-noir.safeparser.parse.md) | ||
</td><td> | ||
</td><td> | ||
Parses the value. | ||
</td></tr> | ||
</tbody></table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [pinot-noir](./pinot-noir.md) > [SafeParser](./pinot-noir.safeparser.md) > [parse](./pinot-noir.safeparser.parse.md) | ||
|
||
## SafeParser.parse() method | ||
|
||
Parses the value. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
parse(value?: number | string | boolean | object | null, type?: TPinotDataType): number | string | boolean | object | null | bigint | Date | undefined; | ||
``` | ||
|
||
## Parameters | ||
|
||
<table><thead><tr><th> | ||
|
||
Parameter | ||
|
||
</th><th> | ||
|
||
Type | ||
|
||
</th><th> | ||
|
||
Description | ||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
value | ||
|
||
</td><td> | ||
|
||
number \| string \| boolean \| object \| null | ||
|
||
</td><td> | ||
|
||
_(Optional)_ value to parse | ||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
type | ||
|
||
</td><td> | ||
|
||
[TPinotDataType](./pinot-noir.tpinotdatatype.md) | ||
|
||
</td><td> | ||
|
||
_(Optional)_ value type | ||
|
||
</td></tr> | ||
</tbody></table> | ||
**Returns:** | ||
|
||
number \| string \| boolean \| object \| null \| bigint \| Date \| undefined | ||
|
||
parsed value |
Oops, something went wrong.