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
/
Functions
/
Core
/
set
/
set.js
10 lines
•
283 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
set
=
void
0
;
//the constructor for sets
const
Set
_1 =
require
(
"../../../Types/Set"
);
function
set
(
) {
return
Set
_1.
Set
.
fromArray
(
arguments
); }
exports
.
set
= set;
//# sourceMappingURL=set.js.map