UNPKG

mongoku

Version:

[![CI](https://github.com/huggingface/Mongoku/actions/workflows/ci.yml/badge.svg)](https://github.com/huggingface/Mongoku/actions/workflows/ci.yml)

2 lines (1 loc) 367 B
function e(r){return r===0?"0 B":r<1e3?r+" B":r<1e6?(r/1e3).toFixed(2)+" kB":r<1e9?(r/1e6).toFixed(2)+" MB":r<1e12?(r/1e9).toFixed(2)+" GB":(r/1e12).toFixed(2)+" TB"}function n(r){return r.toLocaleString()}function o(r){if(r.startsWith("mongodb://")||r.startsWith("mongodb+srv://"))try{return new URL(r).hostname}catch{return r}return r}export{n as a,e as f,o as s};