Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

@greenlabs/re-korean-numeral

Package Overview
Dependencies
0
Maintainers
4
Versions
3
Issues
File Explorer

Advanced tools

@greenlabs/re-korean-numeral

ReScript module to convert the number to Korean

    0.1.2latest
    GitHub

Version published
Maintainers
4
Weekly downloads
404
decreased by-34.2%

Weekly downloads

Readme

Source

re-korean-numeral

re-korean-numeral은 숫자를 한글 숫자로 변환해주는 리스트립트(ReScript) 모듈 입니다.

1234 -> 1,234 1234567890 -> 12억 3,456만 7,890 1234567890 -> 12억 3,456만 // 만 이하 절삭

설치하기

  1. 모듈 설치
npm i @greenlabs/re-korean-numeral or yarn add @greenlabs/re-korean-numeral
  1. bsconfig.json 의존성 추가하기
"bs-dependencies": [ "@greenlabs/re-korean-numeral" ]

사용방법

  1. fromInt
KoreanNumeric.fromInt(1234, ()) // 1,234
  1. fromFloat
KoreanNumeric.fromFloat(1234567890.1, ~drop=1, ()) // 12억 3,456만
  1. fromString
KoreanNumeric.fromString("1234567890987654321", ~drop=1, ()) // 123경 4,567조 8,909억 8,765만

테스트

npm run test or yarn test

Keywords

FAQs

Last updated on 04 Feb 2021

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc