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