Blame view

天文台pc/tianwentai-ui/node_modules/@radix-ui/number/dist/index.mjs.map 354 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
  {
    "version": 3,
    "sources": ["../src/number.ts"],
    "sourcesContent": ["function clamp(value: number, [min, max]: [number, number]): number {\n  return Math.min(max, Math.max(min, value));\n}\n\nexport { clamp };\n"],
    "mappings": ";AAAA,SAAS,MAAM,OAAe,CAAC,KAAK,GAAG,GAA6B;AAClE,SAAO,KAAK,IAAI,KAAK,KAAK,IAAI,KAAK,KAAK,CAAC;AAC3C;",
    "names": []
  }