2024-10-08 21:45:51 +02:00

6 lines
140 B
JavaScript

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