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