UNPKG
cosmic-interchain-utils
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.1
0.1.0
Cosmic Interchain Utils
github.com/mellis1010/interchain_main_repo
mellis1010/interchain_main_repo
cosmic-interchain-utils
/
dist
/
sets.d.ts
4 lines
•
252 B
TypeScript
View Raw
1
2
3
4
export
declare
function
difference<T>(
a
:
Set
<T>,
b
:
Set
<T>):
Set
<T>;
export
declare
function
symmetricDifference<T>(
a
:
Set
<T>,
b
:
Set
<T>):
Set
<T>;
export
declare
function
setEquality<T>(
a
:
Set
<T>,
b
:
Set
<T>):
boolean
;
//# sourceMappingURL=sets.d.ts.map