mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-04-22 22:29:05 +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;
|