Counter counter.ts
Declarations #
3 declarations
Counter #
Counter
create_counter #
create_counter
(initial?: number | undefined): Counter Creates a counter constructor function, starting at 0.
initial?
type
number | undefinedoptional
returns
Counter CreateCounter #
CreateCounter
CreateCounter