Skip to content

Function: hoverForFunction()

ts
function hoverForFunction(name, index): Hover | undefined;

Defined in: packages/providers/src/index.ts:93

Hover for a custom function.

Parameters

name

string

index

CssDocIndex

Returns

Hover | undefined

Released under the MIT License