Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 536 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 536 Bytes

@asefux/paper

installation

npm install --save @asefux/paper

usage

const {Book} = require('@asefux/paper');

const book = new Book();

book.log([Date.now(), 'buy', 'self', 'usd', 100, 'self', 'eur', 88.578]);

book.pairsValue();

book.pValue();

changes

Version Description
0.1.0 Book