{"ast":null,"code":"module.exports = {\n  getId: function getId(text) {\n    return text.toLowerCase().replace(/ /g, '-').replace(/[\\u2000-\\u206F\\u2E00-\\u2E7F\\\\'!\"#$%&()*+,./:;<=>?@[\\]^`{|}~]/g, '');\n  }\n};","map":{"version":3,"names":["module","exports","getId","text","toLowerCase","replace"],"sources":["/Users/ausulliv/repos/temp/patternfly-react/node_modules/@patternfly/documentation-framework/helpers/getId.js"],"sourcesContent":["module.exports = {\n  getId: text => text\n    .toLowerCase()\n    .replace(/ /g, '-')\n    .replace(/[\\u2000-\\u206F\\u2E00-\\u2E7F\\\\'!\"#$%&()*+,./:;<=>?@[\\]^`{|}~]/g, '')\n}"],"mappings":"AAAAA,MAAM,CAACC,OAAP,GAAiB;EACfC,KAAK,EAAE,eAAAC,IAAI;IAAA,OAAIA,IAAI,CAChBC,WADY,GAEZC,OAFY,CAEJ,IAFI,EAEE,GAFF,EAGZA,OAHY,CAGJ,+DAHI,EAG6D,EAH7D,CAAJ;EAAA;AADI,CAAjB"},"metadata":{},"sourceType":"module"}