A tool for tailing a labelers' firehose, rehydrating, and storing records for future analysis of moderation decisions.
at main 230 B view raw
1{ 2 "compilerOptions": { 3 "strict": true, 4 "target": "ESNext", 5 "module": "NodeNext", 6 "moduleResolution": "NodeNext", 7 "allowSyntheticDefaultImports": true, 8 "esModuleInterop": true, 9 "types": ["node"] 10 } 11}