Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/utils / dist / module / formatPrice.d.ts
Size: Mime:
/**
 * @todo currency from a config
 * @todo remove the try catches from here
 */
declare function formatPrice(price: string | number, currencycode?: string): string | number;
export { formatPrice };
export default formatPrice;