This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/lib/pretty_text/vendor-shims.js
2020-09-15 10:59:41 -04:00

4 lines
98 B
JavaScript

define("xss", ["exports"], function (__exports__) {
__exports__.default = window.filterXSS;
});