UNPKG

shinkansen-pinion

Version:
7 lines (5 loc) 156 B
declare function getType (meta: { type: string }): string declare function getType (meta?: { type?: string }): string | undefined export default getType