Skip to content

ViniciusDev26/structures-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

structures-ts

Overview

This lib is a helper to construct complex estructures using typescript

Current Structures:

  • Watched List
  • Stack
  • Queue

Get Started

npm install structures-ts

Import on project:

import { WatchedList } from "structures-ts";

and use

const playlist = WatchedList<Music>({
  initialItems: [music1, music2],
  compareItems: (a, b) => a.name === b.name,
});

Links:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors