1.1.4 • Published 6 years ago
yu-tool v1.1.4
Introduction
Yu.js is a utility javascript library accumulated in the development practice. It aimed to provide a range of JavaScript functions that are highly utilized in daily development.
Installation
In Browser:
<script src="Yu.js"></script>
Using npm
npm i yu-tool
Example
import Yu from 'yu-tool';
Yu.formatFloat(value,n);