type alias ExtractorView codeFunction return type for createExtractor. Definition<T = Record<string, unknown>>(str: string) => Extract<T>View code