.
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import type { Category } from './types';
|
||||
|
||||
declare namespace getCategoryFlags {
|
||||
interface CategoryFlags {
|
||||
patterns: boolean;
|
||||
patternTrailers: boolean;
|
||||
dirSlash: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
declare function getCategoryFlags(category: Category): getCategoryFlags.CategoryFlags;
|
||||
|
||||
export = getCategoryFlags;
|
||||
Reference in New Issue
Block a user