Options
All
  • Public
  • Public/Protected
  • All
Menu

@fujia/hammer

hammer logo

@fujia/hammer

A modern JavaScript utility library.

English | 简体中文

Installation

npm i @fujia/hammer

# or use yarn
yarn add @fujia/hammer

Usage

You can import the generated bundle to use the whole library generated by this starter:

import _ from '@fujia/hammer'

Additionally, you can import a single function to use:

import { isUndef, scrollbarWidth } from '@fujia/hammer';

Documentation

Learn more about using @fujia/hammer:

Features

  • Simple to use
  • Extensive functions
  • Clear semantics

Development

git clone git@github.com:fujia-dev/hammer.git

cd hammer

npm install

References

  1. rollup

  2. TypeScript

  3. lodash

  4. scrollbar-width

Generated using TypeDoc