Skip to content
This repository was archived by the owner on Aug 14, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dag

NPM Version Build Status Coverage Status Code Climate

Helper for validating cyclic dependencies in express-dinja.

Usage

var dag = new Dag();

dag.addEdge('A', 'B');
dag.addEdge('B', 'C');
dag.addEdge('C', 'A'); // Boom! Exception!

License

The MIT License (MIT) © Vsevolod Strukchinsky

About

Directed acyclic graph for JavaScript

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages