mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 14:55:02 +00:00
7d89e519a2
UI to accompany the new ACLs APIs
6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
export default function(doc = document) {
|
|
return function(sel, context = doc) {
|
|
return context.querySelectorAll(sel);
|
|
};
|
|
}
|