@sbspk/bs
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

Installation

npm install @sbspk/bs

Usage

const { toCommonEra, toBikramSambat } = require('@sbspk/bs');

toBikramSambat({ year: 2015, month: 9, day: 20 });
// returns { year: 2072, month: 6, day: 3 }

toCommonEra({ year: 2072, month: 6, day: 3 });
// returns { year: 2015, month: 9, day: 20 }

Readme

Keywords

none

Package Sidebar

Install

npm i @sbspk/bs

Weekly Downloads

0

Version

4.0.0

License

MIT

Unpacked Size

14.3 kB

Total Files

7

Last publish

Collaborators

  • sbspk