1.0.0 • Published 3 years ago

bir-format v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

bir-format

年龄精准转化星座。

Install

$ npm install bir-format
$ yarn add bir-format

Usage

cjs

const Bir = require('bir-format');

const result = BirFormat.constellation('1997-01-26');
console.log(result, 'result'); // 水平

esm

import Bir from 'bir-format';

const result = BirFormat.constellation('1997-01-26');
console.log(result, 'result'); // 水平
1.0.0

3 years ago