mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Removed unused standalone libraries and fixed a few outstanding imports.
This commit is contained in:
parent
a21e0e546b
commit
99f306dc18
76 changed files with 55 additions and 32053 deletions
|
@ -26,7 +26,7 @@
|
|||
*/
|
||||
"use strict";
|
||||
|
||||
var UAS_parser = {
|
||||
var UAS_parser = module.exports = {
|
||||
|
||||
parse: function (userAgent) {
|
||||
var result = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue