atrulePrelude.js 69 B

12345
  1. import getNode from './default.js';
  2. export default {
  3. getNode
  4. };