Files
Shifted/node_modules/@storybook/addon-docs/ember/index.js
2026-02-10 01:14:19 +00:00

6 lines
140 B
JavaScript

/* eslint-disable no-underscore-dangle */
export const setJSONDoc = (jsondoc) => {
globalThis.__EMBER_GENERATED_DOC_JSON__ = jsondoc;
};