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    
Size: Mime:
import { TelephoneProps as Props, TelephoneAttributes as Attributes } from './typings';
export declare function toTelephoneNumber(props: Props): string | Number;
export declare function toAttributes(props: Props): Attributes;
/**
 * @todo generic toRender functon...
 */
export declare function toRender(props: Props): any;