0.0.2 • Published 5 months ago

jsace v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

codecov

Installation

pnpm add jsace

Usage

import { LinkedList } from 'jsace';

const list = new LinkedList();
list.push(1);
list.push(2);
list.push(3);
0.0.2

5 months ago

0.0.1

5 months ago