1. @jsonjoy.com/util
Various helper utilities
@jsonjoy.com/util
Package: @jsonjoy.com/util
Created by: jsonjoy-com
Last modified: Wed, 08 May 2024 09:01:21 GMT
Version: 1.1.3
License: Apache-2.0
Downloads: 13
Repository: https://github.com/jsonjoy-com/util

Install

npm install @jsonjoy.com/util
yarn add @jsonjoy.com/util

util

Useful utilities for TypeScript programming.

This package includes the following utilities:

  • json-random: Generate random JSON objects.
  • json-equal: Very fast JSON deep equality comparison.
  • json-brand: TypeScript branded type for JSON strings.
  • codegen: JIT JavaScript code generation utilities.
  • buffers: Various helper functions to work with Uint8Array and Buffer blobs.
  • strings: Various helper functions to work with UTF-8 strings.
  • sort: Fast sorting for small arrays.

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin