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

5 lines
131 B
JavaScript

import { createParser } from './create.js';
import config from '../syntax/config/parser.js';
export default createParser(config);