experiments in a post-browser web
at main 19 lines 194 B view raw
1const id = 'sheets'; 2 3const labels = { 4 name: 'Sheets', 5}; 6 7const schemas = {}; 8 9const storageKeys = {}; 10 11const defaults = {}; 12 13export { 14 id, 15 labels, 16 schemas, 17 storageKeys, 18 defaults 19};