# taon-core ( tnp-core )

- Part of [taon.dev](https://github.com/darekf77/taon)
- JavasScript/Typescript most essential helpers
- Basic taon releated helpers
- Purpose:
  + lightweight most essential helpers library
  + crossplatform helpers for NodeJs/Browser


## Usage
- in taon isomorphic libs/apps or any NodeJS apps/libs:
```ts
import { Helpers } from 'tnp-core';
```

- in any frontend browser apps (except taon libs/apps)
```ts
import { Helpers } from 'tnp-core/browser';
```
