MCPcopy Index your code
hub / github.com/reactjs/react-docgen / statementLast

Method statementLast

packages/react-docgen/tests/utils.ts:64–64  ·  view source on GitHub ↗
(
    src: string,
    options?: TransformOptions,
  )

Source from the content-addressed store, hash-verified

62 options?: TransformOptions,
63 ): NodePath<T>;
64 statementLast<T = Expression>(
65 src: string,
66 options?: TransformOptions,
67 ): NodePath<T>;

Calls

no outgoing calls

Tested by 1

testImportsFunction · 0.64