Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 963 Bytes

pinot-noir.unsafeparser.parse.md

File metadata and controls

61 lines (34 loc) · 963 Bytes

Home > pinot-noir > UnsafeParser > parse

UnsafeParser.parse() method

Parses the value.

Signature:

parse(value?: number | string | boolean | object | null, type?: TPinotDataType): number | string | boolean | object | null | Date | bigint | undefined;

Parameters

Parameter

Type

Description

value

number | string | boolean | object | null

(Optional) value to parse

type

TPinotDataType

(Optional) value type

**Returns:**

number | string | boolean | object | null | Date | bigint | undefined

parsed value