UNPKG

test-this-package-today

Version:

Event Inc is a fully managed event bus lets you send and receive data across mission-critical cloud apps, databases and warehouses.

6 lines (4 loc) 183 B
import DEFAULT_PARSERS from "../apis/parsers.apis"; export const getDefaultParser = (parserType: string) => { return DEFAULT_PARSERS[parserType as keyof typeof DEFAULT_PARSERS]; };