Skip to content

UseParserReturn

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/apps/web/src/hooks/useParser.ts

Properties

PropertyType
parse(code: string, language: string, filename?: string) => Promise<ParseResult>
parseDocument(documentId: string) => Promise<ParseResult>
getSupportedLanguages() => Promise<string[]>
parseResult`ParseResult
loadingboolean
error`Error

Was this page helpful?

Download as PDF