yu-tool
v1.1.4
Published
Yu.js is a utility javascript library accumulated in the development practice.
Readme
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-toolExample
import Yu from 'yu-tool';
Yu.formatFloat(value,n);