0.0.2 • Published 6 months ago

jsace v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 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

6 months ago

0.0.1

6 months ago