UNPKG

@euk-labs/beltz

Version:

![npm](https://img.shields.io/npm/v/@euk-labs/beltz) ![NPM](https://img.shields.io/npm/l/@euk-labs/beltz) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Eureka-Shoulders/beltz/CI) ![npm](https://img.shields.io/npm/dw/@euk-labs/bel

4 lines (3 loc) 195 B
export declare function onlyNumbers(input: string | number): string; export declare function removeWhitespace(str: string): string; export declare function capitalizeString(str: string): string;