Comparing version 2.0.0-dev.2024052101 to 2.0.0-dev.2024052102
@@ -42,3 +42,4 @@ try{ | ||
'1.5.0-dev.2024042406', '2.0.0-dev.20240511', '2.0.0-dev.20240513', | ||
'2.0.0-dev.20240514', '2.0.0-dev.20240517', '2.0.0-dev.20240520', '2.0.0-dev.2024052101' | ||
'2.0.0-dev.20240514', '2.0.0-dev.20240517', '2.0.0-dev.20240520', | ||
'2.0.0-dev.2024052101', '2.0.0-dev.2024052102' | ||
]; a_calc_versions; | ||
@@ -45,0 +46,0 @@ } |
@@ -115,2 +115,4 @@ import { U, StrRemoveSome, If_StrIncludes, Or } from "typescript-treasure"; | ||
export declare const parse_thousands: (str: string) => string; | ||
export declare const plus: <const T extends "number" | "string" = "number">(a: number|string, b: number|string, type: T) => T extends "number" ? number : string; | ||
@@ -117,0 +119,0 @@ export declare const sub: <const T extends "number" | "string" = "number">(a: number|string, b: number|string, type: T) => T extends "number" ? number : string; |
{ | ||
"name": "a-calc", | ||
"version": "2.0.0-dev.2024052101", | ||
"version": "2.0.0-dev.2024052102", | ||
"description": "A very powerful and easy-to-use number precision calculation and formatting library.", | ||
@@ -5,0 +5,0 @@ "main": "./es/index.js", |
@@ -288,3 +288,3 @@ # a-calc | ||
```typescript | ||
import { calc_memo, fmt_memo, calc_wrap } from "a-calc" | ||
import { calc_memo, fmt_memo, calc_wrap_memo } from "a-calc" | ||
``` | ||
@@ -291,0 +291,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
926
234896