UNPKG

ultimate

Version:

Dependency library for `ultimate-seed`.

16 lines (14 loc) 455 B
/* * lib/util/_helper/slugifyZ.js * * List of Unicode code that are flagged as separator. * * Contains Unicode code of: * - Zs = Separator, space * - Zl = Separator, line * - Zp = Separator, paragraph * * This list has been computed from http://unicode.org/Public/UNIDATA/UnicodeData.txt */ // Public API module.exports = [32, 160, 5760, 6158, 8192, 8193, 8194, 8195, 8196, 8197, 8198, 8199, 8200, 8201, 8202, 8232, 8233, 8239, 8287, 12288];