JSPM

@joktec/utils

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q64359F
  • License MIT

JokTec - Utilities

Package Exports

  • @joktec/utils
  • @joktec/utils/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@joktec/utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

joktec-utils

Core Libraries such as type definitions, api clients and utils serving for backend services and frontend services

Installation

Use the package manager to install @joktec/utils (if you have been published to npm registry)

yarn add @joktec/utils

Local Development

For development, a package can be linked into another project. This is often useful to test out new features

  cd joktec-core
  yarn link

Use yarn link @joktec/utils to link another package that you’d like to test into your current project.

Usage

import { isDev } from '@joktec/utils/dist/utils';

isDev();

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.