Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 289 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 289 Bytes

Rustlabs wrapper

  • Proper readme

i will add things here later

currently only exported function is getItemList() which gives you a array of GenericItem[] typed arrays

export interface GenericItem {
    name: string
    url: string
    logo: string
    category: string
}