mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
10 lines
218 B
JavaScript
10 lines
218 B
JavaScript
// @flow
|
|
import {_environments} from "./defineEnvironment";
|
|
|
|
const environments = _environments;
|
|
|
|
export default environments;
|
|
|
|
// All environment definitions should be imported below
|
|
import "./environments/array.js";
|