TypeScript/JavaScript Utilities https://www.npmjs.com/package/@ztimson/utils
Go to file
ztimson 51549db3d9
All checks were successful
Build / Build NPM Project (push) Successful in 25s
Build / Tag Version (push) Successful in 6s
Updated download functions & added CSV serializer
2024-09-22 03:35:12 -04:00
.github/workflows Fix build? 2024-07-19 00:09:40 -04:00
docs@dbf5d8cd07 Docs update 2024-09-22 02:38:13 -04:00
src Updated download functions & added CSV serializer 2024-09-22 03:35:12 -04:00
tests Removed deep copy tests since it was replaced with a native function 2024-09-22 03:13:22 -04:00
.editorconfig Added project files & removed node_modules 2024-02-07 01:37:59 -05:00
.gitignore Fixed tests 2024-02-07 02:31:16 -05:00
.gitmodules Updated docs submodule 2024-09-22 02:44:36 -04:00
CODEOWNERS Added project files & removed node_modules 2024-02-07 01:37:59 -05:00
jest.config.js Fixed tests 2024-02-07 02:31:16 -05:00
LICENSE Added project files & removed node_modules 2024-02-07 01:37:59 -05:00
package-lock.json Docs update 2024-09-22 02:38:13 -04:00
package.json Updated download functions & added CSV serializer 2024-09-22 03:35:12 -04:00
README.md Updated readme 2024-09-22 02:50:26 -04:00
tsconfig.json Added mixin 2024-04-11 23:19:36 -04:00
vite.config.ts Renamed entry point to index 2024-08-09 12:27:44 -04:00


Logo

@ztimson/utils

Javascript/Typescript Utilities

Version Pull Requests Issues



Table of Contents

About

A collection of utilities to make life a little easier

Built With

TypeScript

Setup

Production

Prerequisites

Instructions

  1. Install persist: npm i @ztimosn/utils

Development

Prerequisites

Instructions

  1. Install the dependencies: npm i
  2. Build library: npm build
  3. Run unit tests: npm test

Documentation

Available Here

License

Copyright © 2023 Zakary Timson | Available under MIT Licensing

See the license for more information.