Repository URL to install this package:
|
Version:
2.1.0 ▾
|
declare function toValidHTML(html: string): string;
declare function convertAsPrice(price: string | number): string;
export { toValidHTML, convertAsPrice, };