stl-typescript
TypeScript icon, indicating that this package has built-in type declarations

0.0.13 • Public • Published

Introduction

image

A modern JavaScript/Typescript utility library

  • Math
    • Vector2
    • Vector3
    • Vector4
  • Geometry
    • intersection_rectangle
  • String
    • blobToString
    • stringToBuffer
  • Time
  • Array
    • ArrayPro
  • Utils
    • debounce
    • throttle
    • typeOf

Docs 📖

https://magic-zhu.github.io/stl-typescript/

How to use

npm install stl-typescript
import { typeOf } from "stl-typescript";
console.log(typeOf("133")); //String

Package Sidebar

Install

npm i stl-typescript

Weekly Downloads

1

Version

0.0.13

License

MIT

Unpacked Size

201 kB

Total Files

38

Last publish

Collaborators

  • magic-zhu