UNPKG

koffi

Version:

Fast and simple C FFI (foreign function interface) for Node.js

9 lines (6 loc) 253 B
// SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2025 Niels Martignène <niels.martignene@protonmail.com> import * as hljs from '../../../vendor/highlight.js/highlight.js'; window.addEventListener('load', e => { hljs.highlightAll(); });