Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/lib/

bom-handling.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/lib/bom-handling.js
155 Views
0 Comments
"use strict";

var BOMChar = '\uFEFF';

exports.PrependBOM = PrependBOMWrapper
function PrependBOMWrapper(encoder, options) {

extend-node.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/lib/extend-node.js
149 Views
0 Comments
"use strict";
var Buffer = require("buffer").Buffer;
// Note: not polyfilled with safer-buffer on a purpose, as overrides Buffer
index.d.ts /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/lib/index.d.ts
132 Views
0 Comments
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corp
index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/lib/index.js
174 Views
0 Comments
"use strict";

// Some environments don't have global Buffer (e.g. React Native).
// Solution would be installing npm modules "b
streams.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/lib/streams.js
169 Views
0 Comments
"use strict";

var Buffer = require("buffer").Buffer,
Transform = require("stream").Transform;


// == Exports =============