18.0.36 • Published 8 months ago
taon-core v18.0.36
taon-core ( tnp-core )
- Part of taon.dev
- 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:
import { Helpers } from 'tnp-core';
- in any frontend browser apps (except taon lib/apps)
import { Helpers } from 'tnp-core/browser';