# susyweb-core-helpers

> SusyWeb core tools helper for sub packages. This is an internal package.

Latest version **1.0.0-beta.55** (published 2019-06-20) · LGPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install susyweb-core-helpers
pnpm add susyweb-core-helpers
yarn add susyweb-core-helpers
bun add susyweb-core-helpers
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0-beta.55 |
| Published | 2019-06-20 |
| First published | 2019-06-20 |
| Weekly downloads | 0 |
| License | LGPL-3.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 36.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | superstring |

## Links

- npm: https://www.npmjs.com/package/susyweb-core-helpers
- Repository: https://octonion.institute/susy-js/susyweb.js/tree/1.0/packages/susyweb-core-helpers
- npm.io page: https://npm.io/package/susyweb-core-helpers

## Dependencies (5)

- [lodash](https://npm.io/package/lodash.md) ^4.17.11
- [susyweb-core](https://npm.io/package/susyweb-core.md) 1.0.0-beta.55
- [susyweb-utils](https://npm.io/package/susyweb-utils.md) 1.0.0-beta.55
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.3.1
- [susyweb-sof-iban](https://npm.io/package/susyweb-sof-iban.md) 1.0.0-beta.55

## Recent versions

- 1.0.0-beta.55 (latest) — 2019-06-20
- 1.0.0-beta.52 — 2019-06-20
- 1.0.0-beta.37 — 2019-06-20
- 1.0.0-beta.35 — 2019-06-20

## README

# susyweb-core-helpers

This is a sub module of [susyweb.js][repo]

The Helper functions are used in all [susyweb.js][repo] modules.
Please read the [documentation][docs] for more.

## Installation

### Node.js

```bash
npm install susyweb-core-helpers
```

## Usage

```js
import {formatters} from 'susyweb-core-helpers';
```

## Types 

All the typescript typings are placed in the types folder. 

[docs]: http://susywebjs.readthedocs.io/en/1.0/
[repo]: https://octonion.institute/susy-js/susyweb.js

---
_Source: https://npm.io/package/susyweb-core-helpers · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
