Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/object/flat/tests

Index

Type aliases

Object literals

Type aliases

Primitives

Primitives: {}

Type declaration

  • [key: string]: string | number | boolean | Date | null | undefined

Object literals

Const primitives

primitives: object

Boolean

Boolean: true = true

Date

Date: Date = new Date()

Number

Number: number = 1234.99

String

String: string = "good morning"

null

null: null = null

undefined

undefined: undefined = undefined

Generated using TypeDoc