We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2478fde commit 87cabc0Copy full SHA for 87cabc0
src/index.ts
@@ -23,7 +23,7 @@ const svg: Features = svgJSON.data;
23
const js: Features = jsJSON.data;
24
const jsBrowser: Features = jsBrowserJSON.data;
25
26
-export { html, css, svg };
+export { html, css, svg, js, jsBrowser };
27
28
export default {
29
html,
0 commit comments