mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 04:10:04 +02:00
update node modules
This commit is contained in:
10
node_modules/abab/index.js
generated
vendored
10
node_modules/abab/index.js
generated
vendored
@@ -1,9 +1,9 @@
|
||||
'use strict';
|
||||
"use strict";
|
||||
|
||||
var atob = require('./lib/atob');
|
||||
var btoa = require('./lib/btoa');
|
||||
const atob = require("./lib/atob");
|
||||
const btoa = require("./lib/btoa");
|
||||
|
||||
module.exports = {
|
||||
atob: atob,
|
||||
btoa: btoa
|
||||
atob,
|
||||
btoa
|
||||
};
|
||||
|
Reference in New Issue
Block a user