Documentation
¶
Overview ¶
Package types contains structs/interfaces representing TypeScript types
Package types contains structs/interfaces representing TypeScript types
Package types contains structs/interfaces representing TypeScript types
Package types contains structs/interfaces representing TypeScript types
Package types contains structs/interfaces representing TypeScript types
Package types contains structs/interfaces representing TypeScript types
Package types contains structs/interfaces representing TypeScript types
Package types contains structs/interfaces representing TypeScript types
Package types contains structs/interfaces representing TypeScript types
Package types contains structs/interfaces representing TypeScript types
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Array ¶
Array - array in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Array
type Boolean ¶
Boolean - boolean in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Boolean
type Common ¶ added in v1.2.0
Common defines common fields in the all types Deprecated: github.com/go-generalize/go-easyparser/types.Common
type Date ¶
Date - RFC3399 string in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Date
type Enumerable ¶
type Enumerable = types.Enumerable
Enumerable interface represents union types Deprecated: github.com/go-generalize/go-easyparser/types.Enumerable
type Map ¶
Map - {[key: ...]: ...} in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Map
type NamedType ¶
NamedType interface represents named types Deprecated: github.com/go-generalize/go-easyparser/types.NamedType
type Nullable ¶
Nullable - ... | null Deprecated: github.com/go-generalize/go-easyparser/types.Nullable
type Number ¶
Number - number in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Number
type Object ¶
Object - {field1: ..., field2: ...} in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Object
type RawNumberEnumCandidate ¶ added in v1.0.5
type RawNumberEnumCandidate = types.RawNumberEnumCandidate
RawNumberEnumCandidate represents a raw candidate for number enum Deprecated: github.com/go-generalize/go-easyparser/types.RawNumberEnumCandidate
type RawStringEnumCandidate ¶ added in v1.0.5
type RawStringEnumCandidate = types.RawStringEnumCandidate
RawStringEnumCandidate represents a raw candidate for string enum Deprecated: github.com/go-generalize/go-easyparser/types.RawStringEnumCandidate