UNPKG
@bettercart/rescript-react-currency-formatter
Version:
latest (0.2.0)
0.2.0
0.0.2
0.0.1
www.getbettercart.com
@bettercart/rescript-react-currency-formatter
/
src
/
Currency.bs.js
10 lines
(6 loc)
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// Generated by ReScript, PLEASE EDIT WITH CARE
'use strict'
;
var
CurrencyFormatterJs
=
require
(
"./CurrencyFormatter.js"
).
default
;
var
make =
CurrencyFormatterJs
;
exports
.
make
= make;
/* make Not a pure module */