Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lang/Type"

Index

Classes

Interfaces

Variables

Variables

Const TYPE_PREFIX

TYPE_PREFIX: "[object " = "[object "

When you use Object.prototype.toString.call(src) then it returns somethings like that [object ...]. Then you can seperate it and get type name from the result.

type

{string}

Const toString

toString: toString = Object.prototype.toString

Provides to get type name of the give type.

type

{()=>string}

Generated using TypeDoc