zack
feat: πŸš€ Update Chat-nFace configurations
a053984
raw
history blame
232 Bytes
export default {
parse: {
prelude() {
return this.createSingleNodeList(
this.SelectorList()
);
},
block() {
return this.Block(true);
}
}
};