leafjs/orient

View on GitHub
src/schemas/vertex.js

Summary

Maintainability
A
0 mins
Test Coverage
import Graph from './graph';

export default class Vertex extends Graph {
}