{"version":3,"sources":["webpack:///../node_modules/is-whitespace-character/index.js"],"names":[],"mappings":";;;;;;;;;;;;AAAY;;AAEZ;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA","file":"vendor.is-whitespace-character.7b3d4602967cb4daece3.js","sourcesContent":["'use strict'\n\nmodule.exports = whitespace\n\nvar fromCode = String.fromCharCode\nvar re = /\\s/\n\n// Check if the given character code, or the character code at the first\n// character, is a whitespace character.\nfunction whitespace(character) {\n return re.test(\n typeof character === 'number' ? fromCode(character) : character.charAt(0)\n )\n}\n"],"sourceRoot":""}