mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +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);
|
|
};
|