CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
inform7.js.js11 linesDownload Raw Back to languages
1function emitWarning() {2    if (!emitWarning.warned) {3      emitWarning.warned = true;4      console.log(5        'Deprecation (warning): Using file extension in specifier is deprecated, use "highlight.js/lib/languages/inform7" instead of "highlight.js/lib/languages/inform7.js"'6      );7    }8  }9  emitWarning();10    import lang from './inform7.js';11    export default lang;
basant307/AI_Governance_Project · CoolFace