Sudoo-Bark

Build Status codecov npm version downloads

:cyclone: 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.