arcdash
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Arcdash

Business Function Library - Modern, Simple, Typed, and Powerful

bundle size npm downloads npm version MIT license

Introduction

In order to meet the use of basic functions on the basis of focusing on the content of the business function, there is any need to lack of missing functions welcome to exchange!

Install

use npm:
npm install arcdash

use yarn:
yarn add arcdash

use pnpm:
pnpm add radash

Usage

import { joinValues, sum } from 'arcash';

joinValues([],'-') // => ''
joinValues(['a', null, 'b', undefined, 'c'], '-') // => a-b-c

const list = [{ value: 5 }, { value: 5 }, { value: 10 }, { value: 2 }]
const result = sum(list, x => x.value) // => 22

Readme

Keywords

Package Sidebar

Install

npm i arcdash

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

37.9 kB

Total Files

20

Last publish

Collaborators

  • azir-arc