fork of hey-api/openapi-ts because I need some additional things
at feat/skip-token 7 lines 180 B view raw
1import type { ModuleEntryNames } from './types'; 2 3export const defaultModuleEntryNames: ModuleEntryNames = { 4 javascript: 'index', 5 python: '__init__', 6 typescript: 'index', 7};