Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@quantiz/common

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quantiz/common

Common utility types and functions for TS/JS usage

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@quantiz/common

npm.badge codecov.badge bundlephobia.badge semantic-release.badge MIT

actions.ci.badge actions.release.badge

tweet

Common typescript utility types and functions

Table of Contents

Show / hide

Changelog

See CHANGELOG.md

Installation

npm install -D @quantiz/common
yarn add -D @quantiz/common
pnpm install -D @quantiz/common

Usage

How to import: show / hide
// import types
import type {
  RecursivePartial,
  Merge,
  DeepObject
} from '@quantiz/common';

// all importable units are exposed in root

import { casify } from '@quantiz/common';

// you can also import from subdirectory for better code splitting
import { casify } from '@quantiz/common/utils';
import { casify } from '@quantiz/common/utils/casify';

Documentation

See Documentation Page

Contributing

Read Contribution Guide


buy vnphanquang a coffee

Keywords

FAQs

Package last updated on 16 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc