types

package
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2022 License: MIT Imports: 1 Imported by: 2

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 Any

type Any = types.Any

Any - any in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Any

type Array

type Array = types.Array

Array - array in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Array

type Boolean

type Boolean = types.Boolean

Boolean - boolean in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Boolean

type Common added in v1.2.0

type Common = types.Common

Common defines common fields in the all types Deprecated: github.com/go-generalize/go-easyparser/types.Common

type Date

type Date = types.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

type Map = types.Map

Map - {[key: ...]: ...} in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Map

type NamedType

type NamedType = types.NamedType

NamedType interface represents named types Deprecated: github.com/go-generalize/go-easyparser/types.NamedType

type Nullable

type Nullable = types.Nullable

Nullable - ... | null Deprecated: github.com/go-generalize/go-easyparser/types.Nullable

type Number

type Number = types.Number

Number - number in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Number

type Object

type Object = types.Object

Object - {field1: ..., field2: ...} in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Object

type ObjectEntry

type ObjectEntry = types.ObjectEntry

ObjectEntry is an field in objects

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

type String

type String = types.String

String - string in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.String

type Type

type Type = types.Type

Type interface represents all TypeScript types handled by go2ts Deprecated: github.com/go-generalize/go-easyparser/types.Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL