UNPKG

stringzy

Version:

A versatile string manipulation library providing a range of text utilities for JavaScript and Node.js applications.

3 lines (2 loc) 139 B
export type PhoneFormat = 'us' | 'in' | 'international'; export declare function formatPhone(phone: string, format?: PhoneFormat): string;