Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

plasticbit/salary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

自分専用のバイトの給与計算ライブラリです。

Exsample

const Calc = require("./calc")
const salary = new Calc([
    {
        start: 12.5,
        end: 20.5,
        count: 4
    },
    {
        start: 8,
        end: 14,
        count: 2
    }
])

const res = salary.Calc()
console.log(Calc.ToJAPANESE_YEN(res))

環境

  • Node.js (v15.9.0)
  • Windows 10 Home (21H1)

About

バイトの給与の計算ライブラリ

Resources

Stars

Watchers

Forks