File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ export type {
11
11
Transformer ,
12
12
} from '@dinero.js/core' ;
13
13
export {
14
+ createDinero ,
14
15
down ,
15
16
halfAwayFromZero ,
16
17
halfDown ,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Dinero provides a `bigint` calculator for you to use out of the box. You can cre
42
42
43
43
``` js
44
44
import { calculator } from ' @dinero.js/calculator-bigint' ;
45
- import { createDinero } from ' @ dinero.js/core ' ;
45
+ import { createDinero } from ' dinero.js' ;
46
46
47
47
const dineroBigint = createDinero ({ calculator });
48
48
```
@@ -98,7 +98,7 @@ const calculator: Calculator<Big> = {
98
98
Once you have your calculator, you can build a custom ` dinero ` function.
99
99
100
100
``` js
101
- import { createDinero } from ' @ dinero.js/core ' ;
101
+ import { createDinero } from ' dinero.js' ;
102
102
103
103
// ...
104
104
You can’t perform that action at this time.
0 commit comments