UNPKG
entropyx
Version:
latest (0.0.6)
0.0.6
A simple data mining library, written in TypeScript
github.com/ArioAtlas/entropyx
ArioAtlas/entropyx
entropyx
/
interfaces
/
fast-newman-options.interface.d.ts
4 lines
(3 loc)
•
73 B
TypeScript
View Raw
1
2
3
4
export
interface
FastNewmanOptions
{
numberOfCommunities
?:
number
; }