UNPKG

intval

Version:

Returns sensible integer value of a given variable. Unlike parseInt it will never return NaN and you can set a default value to be returned in case the variable is undefined! Hence you can write even cleaner code. So if it's supposed to be an integer, cas

5 lines (4 loc) 161 B
export { default, default as intval } from "./index.js"; // import intvalCJS from "./index.js"; // export default intvalCJS; // export const intval = intvalCJS;