1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2025-01-23 17:53:04 +02:00
The-API-Book/build_pdf.js
2020-11-05 12:14:16 +03:00

2 lines
96 B
JavaScript

const fs = require('fs');
process.stdout.write(fs.readFileSync('./dist/API.ru.html', 'utf-8'));