UNPKG
text-utilities
Version:
latest (0.0.1)
0.0.1
Text utilities
github.com/smikez/text-utils
smikez/text-utils
text-utilities
/
dist
/
index.d.ts
8 lines
(7 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
const
PI
=
3.141592653589793
;
/** * Dummy method * *
@param
str
*/
export
declare
function
anyForPi
(
str
:
string
):
number
;