UNPKG

datastructure-ts

Version:

Collection of data structures(LinkedList, DoubleLinkedList, Stack, Queue, Dictionary and etc...) for TypeScript.

13 lines 169 B
language : node_js node_js : - stable cache: directories: - node_modules before_install: - npm update install: - npm install script: - npm run build - npm run cover