Search
Preparing search index...
The search index is not available
typedoc
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
typedoc
Cat
Class Cat
This is Cat
Hierarchy-Diagram
Legend
class
abstract class
public property
protected property
public method
italic
abstract property/method
Hierarchy
Animal
Cat
Index
Constructors
constructor
Properties
age
name
Methods
speak
Constructors
constructor
new
Cat
(
name
:
string
, age
:
number
)
:
Cat
Parameters
name:
string
age:
number
Returns
Cat
Properties
Protected
age
age
:
number
name
name
:
string
Methods
speak
speak
(
)
:
string
Returns
string
how animal speak
Exports
Cat
constructor
age
name
speak
Generated using
TypeDoc
This is Cat