1.1.1 • Published 3 months ago

@diablosnaps/common v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@diablosnaps/common

Provides utility functions and shared types.

Usage

import { Game } from '@diablosnaps/common';

Game.getItemName(...) // => '100,000 Steps'
Game.getItemTypeLine(...) // => 'Ancestral Rare Bow'
Game.getItemVariantText(...) // => 'Ancestral'
Game.getItemQualityText(...) // => 'Rare'
Game.getItemTypeText(...) // => 'Bow'
Game.getItemAffixName(...) // => 'Smiting'
Game.getItemAffixDescription(...) // => '+13 Maximum Mana'

Installation

npm install @diablosnaps/common
# or yarn
yarn add @diablosnaps/common
1.1.1

3 months ago

1.1.0

3 months ago

1.0.1

9 months ago

1.0.0

9 months ago

0.2.5

9 months ago

0.2.4

9 months ago

0.2.3

9 months ago

0.2.1

10 months ago

0.2.0

10 months ago