UNPKG
nerdamer-ts
Version:
latest (1.2.0)
1.2.0
javascript light-weight symbolic math expression evaluator
nerdamer.com
mugabe/nerdamer
nerdamer-ts
/
dist
/
Parser
/
Collection.d.ts
9 lines
(8 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
class
Collection
{
elements
:
any
[];
constructor
(
);
static
create
(
e
:
any
):
Collection
;
append
(
e
:
any
):
void
;
getItems
():
any
[];
toString
():
string
; }