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 / formatting.d.ts
Size: Mime:
export declare function getValueForKey(obj: any, keyString: any, defaultValue: any): any;
export declare function formatPrice(price: any): string;
export declare function updateState(component: any, newState: any): void;
export declare const pricifyFilter: (str: string) => string;