mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-07 12:27:49 +00:00
5 lines
184 B
JavaScript
5 lines
184 B
JavaScript
// Note: types exposed from `index.d.ts`.
|
|
export {grammars as all} from './lib/all.js'
|
|
export {grammars as common} from './lib/common.js'
|
|
export {createLowlight} from './lib/index.js'
|