UNPKG

linkd

Version:

A fast and extendable doubly linked list

7 lines (4 loc) 109 B
!function() { module.exports = require('./src/Linkd'); module.exports.Node = require('./src/Node'); }();