UNPKG

@opentiny/tiny-toolkit-docs

Version:

这里对你的套件进行简单描述, 比如适用哪些场景,使用了什么技术, 有什么特点

10 lines (9 loc) 232 B
// "child:" child:f16 child:box32 export default (matcher) => { if (!matcher.startsWith('child:')) return matcher; return { matcher: matcher.slice(6), selector: (s) => `${s}>*`, body: (s)=>s }; };