mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
import { CommonSelector } from '@gkd-kit/selector';
|
|
|
|
export const parseSelector = (source: string) => {
|
|
return CommonSelector.Companion.parse(source);
|
|
};
|