Urara-Blog/node_modules/.pnpm-store/v3/files/4a/30738357e4b6a436a51df09769a412c2020508cfaed6a9ce15169d14511aee0544c596aa4b666a0955f250ccd827da0f59ec1128270920bf6246ada9a96818
2022-08-14 01:14:53 +08:00

12 lines
232 B
Text

export default {
parse: {
prelude() {
return this.createSingleNodeList(
this.SelectorList()
);
},
block() {
return this.Block(true);
}
}
};