counter.ts

Declarations
#

3 declarations

view source

Counter
#

create_counter
#

counter.ts view source

(initial?: number | undefined): Counter

Creates a counter constructor function, starting at 0.

initial?

type number | undefined
optional

returns

Counter

CreateCounter
#

Imported by
#