@bloom-trade/utilities
v0.1.8
Published
Utilities to help with services and formating
Downloads
8
Readme
Utilities
Is a package entended to format currencies,numbers, and other utilities.
Example code
import { isBase64 } from '@bloom-trade/utilities';
isBase64('aGVsbG8gd29ybGQ='); // true
});