UNPKG

text-utilities

Version:
8 lines (7 loc) 141 B
export declare const PI = 3.141592653589793; /** * Dummy method * * @param str */ export declare function anyForPi(str: string): number;