animate/webGl/my-threejs-test/node_modules/css-tree/lib/parser/index.js

5 lines
131 B
JavaScript
Raw Normal View History

2024-06-24 09:24:00 +00:00
import { createParser } from './create.js';
import config from '../syntax/config/parser.js';
export default createParser(config);