Function: isStylesheetImportSpecifier()
function isStylesheetImportSpecifier(importSource: string): boolean;
Defined in: _internal/docusaurus-config-ast.ts:326
Determine whether an import specifier points at a stylesheet.
Parametersโ
importSourceโ
string
Returnsโ
boolean