Co-authored-by: PineappleFan <PineaFan@users.noreply.github.com>

Co-authored-by: Skyler <skyler3665@gmail.com>
pull/26/head
TheCodedProf 3 years ago
parent 89781200bf
commit 920b1c4e6b

@ -0,0 +1,10 @@
import * as fs from 'fs';
const dir = './data';
const files = fs.readdirSync(dir);
for (const file of files) {
const rsmData = fs.readFileSync(`${dir}/${file}`, 'utf8');
const nucleusData = ""
}
Loading…
Cancel
Save