UNPKG
agentjs-core
Version:
latest (1.0.1)
1.0.1
1.0.0
A comprehensive agent-based modeling framework with built-in p5.js visualization
agentjs-core
/
dist
/
core
/
network
/
index.d.ts
7 lines
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Network System - Social network modeling and management */
export
*
from
'./NetworkManager'
;
export
*
from
'./SocialInfluence'
;
export
*
from
'./NetworkFormation'
;
//# sourceMappingURL=index.d.ts.map