mirror of
https://github.com/Dvorinka/ClubLogos.git
synced 2026-06-04 20:12:57 +00:00
9 lines
176 B
JavaScript
9 lines
176 B
JavaScript
'use strict';
|
|
|
|
const create = require('./create.cjs');
|
|
const index$1 = require('../walker/index.cjs');
|
|
|
|
const index = create.createConvertor(index$1);
|
|
|
|
module.exports = index;
|