fix(core): update
This commit is contained in:
parent
54304065b0
commit
0acb2bcf49
@ -1,3 +1,5 @@
|
|||||||
import * as plugins from './smartmoney.plugins';
|
import * as plugins from './smartmoney.plugins';
|
||||||
|
|
||||||
export let standardExport = 'Hi there! :) This is an exported string';
|
export const parseEuropeanNumberString = (europeanNumberString: string): number => {
|
||||||
|
return parseFloat(europeanNumberString.replace('.', '').replace(',', '.'));
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user