UNPKG

surgio

Version:

查看完整使用文档,前往 [surgio.royli.dev](https://surgio.royli.dev)。

13 lines (12 loc) 787 B
import { NodeNameFilterType } from '../types'; export declare const mergeFilters: (filters: readonly NodeNameFilterType[], isStrict?: boolean) => NodeNameFilterType; export declare const useKeywords: (keywords: readonly string[], isStrict?: boolean) => NodeNameFilterType; export declare const useRegexp: (regexp: RegExp) => NodeNameFilterType; export declare const netflixFilter: NodeNameFilterType; export declare const usFilter: NodeNameFilterType; export declare const hkFilter: NodeNameFilterType; export declare const japanFilter: NodeNameFilterType; export declare const koreaFilter: NodeNameFilterType; export declare const singaporeFilter: NodeNameFilterType; export declare const taiwanFilter: NodeNameFilterType; export declare const youtubePremiumFilter: NodeNameFilterType;