Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Common Qub classes and functions for Typescript and Javascript

License

Notifications You must be signed in to change notification settings

danschultequb/qub-typescript

Repository files navigation

Build Status Coverage Status npm version

Qub for Typescript

This repository contains a collection of classes and functions for Typescript and Javascript.

Features

  • Iterable and Iterator interfaces that add many additional functions (skip(), take(), map(), where(), etc.).
  • Data structures that implement the Iterable and Iterator interfaces (ArrayList, Stack, Queue, Map<K,V>, etc.).
  • Common useful functions (escape(string), quote(string), unquote(string), repeat(string)).
  • A Lexer for parsing strings.

About

Common Qub classes and functions for Typescript and Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published