
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@greenlabs/re-korean-numeral
Advanced tools
re-korean-numeral
은 숫자를 한글 숫자로 변환해주는 리스트립트(ReScript) 모듈 입니다.
1234 -> 1,234
1234567890 -> 12억 3,456만 7,890
1234567890 -> 12억 3,456만 // 만 이하 절삭
npm i @greenlabs/re-korean-numeral
or
yarn add @greenlabs/re-korean-numeral
bsconfig.json
의존성 추가하기"bs-dependencies": [
"@greenlabs/re-korean-numeral"
]
fromInt
KoreanNumeric.fromInt(1234, ())
// 1,234
fromFloat
KoreanNumeric.fromFloat(1234567890.1, ~drop=1, ())
// 12억 3,456만
fromString
KoreanNumeric.fromString("1234567890987654321", ~drop=1, ())
// 123경 4,567조 8,909억 8,765만
npm run test
or
yarn test
FAQs
ReScript module to convert the number to Korean
We found that @greenlabs/re-korean-numeral demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.