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.js
13 lines
(12 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
PI
=
3.1415926535897932384626433832
;
/** * Dummy method * *
@param
str
*/
function
anyForPi
(
str
) {
return
exports
.
PI
; }
exports
.
anyForPi
= anyForPi;