Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 934 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 934 Bytes

Sudoo-Bark

Build Status codecov npm version downloads

🌀 Don't bark the same wheel again and again

Install

yarn add @sudoo/bark
# Or
npm install @sudoo/bark --save

Scoped Importation

@sudoo/bark package is provided with the scoped import feature.

import { lash } from "@sudoo/bark/map";
last(/* Arguments */);

Function Usage

@sudoo/bark package is a collection of utility functions. No general usage example is provided here. See source codes for details.