feat: initial commit of Railtrack Pro prototype with complete test suite
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
'use strict'
|
||||
|
||||
const { readFileSync, writeFileSync } = require('node:fs')
|
||||
const { transcode } = require('node:buffer')
|
||||
|
||||
const buffer = transcode
|
||||
? transcode(readFileSync('./undici-fetch.js'), 'utf8', 'latin1')
|
||||
: readFileSync('./undici-fetch.js')
|
||||
|
||||
writeFileSync('./undici-fetch.js', buffer.toString('latin1'))
|
||||
Reference in New Issue
Block a user