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