UNPKG

list.js

Version:

The perfect library for lists. Supports search, sort, filters and flexibility. Built to be invisible and work on existing HTML

7 lines (6 loc) 121 B
module.exports = function (s) { s = s === undefined ? '' : s s = s === null ? '' : s s = s.toString() return s }