JSPM

@paintswap/estfor-definitions

0.1.7
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1853
  • Score
    100M100P100Q57947F
  • License MIT

Types and constants for Estfor

Package Exports

  • @paintswap/estfor-definitions
  • @paintswap/estfor-definitions/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 (@paintswap/estfor-definitions) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

estfor-definitions

Types and Constants for Estfor

Build

yarn build

Publish to NPM (--access=public needed the first time)

yarn publish

Dev use locally using yarn

From library root:

yarn link

From project root:

yarn link @paintswap/estfor-definitions

Dev use locally using yalc

From library root:

yalc publish

From project root:

yalc link @paintswap/estfor-definitions

Push live updates to projects (library root)

yarn build
yalc push

Restore NPM version

yarn add @paintswap/estfor-definitions

Normal Usage

yarn add @paintswap/estfor-definitions

import { EstforConstants, EstforTypes } from '@paintswap/estfor-definitions'
const { LOG } = EstforConstants
const LOG = EstforConstants.LOG

Can also do single imports:

import { LOG } from '@paintswap/estfor-definitions/dist/constants'
import { Skill } from '@paintswap/estfor-definitions/dist/types'