Function: isExportDefaultDeclarationNode()
function isExportDefaultDeclarationNode(
node: unknown
): node is ExportDefaultDeclaration;
Defined in: _internal/stylelint-config-object.ts:90
Type guard for unknown nodes entering generic rule listeners.
Parametersโ
nodeโ
unknown
Returnsโ
node is ExportDefaultDeclaration