0.0.3 • Published 6 years ago

krated-utils v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Introduction

This is a utility library for Krated apps, written in ES6 & compiled into more compatible RequireJS

Installation

yarn add krated-utils OR npm install krated-utils

Included Modules

  • Finance -- Format
import { format } from 'krated-utils/finance';

format.toCurrencyString(10, 'ZAR');
==> ZAR0.10

Creating build

yarn build

Running tests

yarn test

###TODO: EXPAND DOCS

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago