UNPKG

text-utilities

Version:
13 lines (12 loc) 242 B
"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;