mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat: use selector syntax check
This commit is contained in:
7
src/selector.ts
Normal file
7
src/selector.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import SelectorKit from '@gkd-kit/selector';
|
||||
|
||||
const { CommonSelector } = SelectorKit.li.songe.selector;
|
||||
|
||||
export const parseSelector = (source: string) => {
|
||||
return CommonSelector.Companion.parse(source);
|
||||
};
|
||||
Reference in New Issue
Block a user