mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 10:52:19 +08:00
5 lines
90 B
JavaScript
5 lines
90 B
JavaScript
const {readFileSync} = require('fs');
|
|
const path = require('path');
|
|
|
|
module.exports = {};
|