UNPKG

180 BJavaScriptView Raw
1/* eslint-disable no-underscore-dangle */
2import { global } from '@storybook/global';
3
4export const setJSONDoc = (jsondoc) => {
5 global.__EMBER_GENERATED_DOC_JSON__ = jsondoc;
6};