index.get.mjs 442 Bytes
import { e as eventHandler, h as getMockDeviceTypes } from '../../../nitro/nitro.mjs';
import 'node:http';
import 'node:https';
import 'node:events';
import 'node:buffer';
import 'node:fs';
import 'node:path';
import 'node:crypto';
import 'node:url';
import '@iconify/utils';
import 'consola';

const index_get = eventHandler(() => {
  return getMockDeviceTypes();
});

export { index_get as default };
//# sourceMappingURL=index.get.mjs.map