Parses a string for bare / leading import types returning an object with the parts required to perform AST manipulation. This is necessary to support @implements.
import types
@implements
If no import type statement detected the result is undefined.
A type string to parse for import types.
Result of parsed import type or undefined.
Parses a string for bare / leading
import typesreturning an object with the parts required to perform AST manipulation. This is necessary to support@implements.If no import type statement detected the result is undefined.