mirror of
https://github.com/gchq/CyberChef
synced 2026-01-06 10:33:18 +00:00
Imports now specify the file extension to support Node v12
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
*/
|
||||
|
||||
import ExifParser from "exif-parser";
|
||||
import Operation from "../Operation";
|
||||
import OperationError from "../errors/OperationError";
|
||||
import Operation from "../Operation.mjs";
|
||||
import OperationError from "../errors/OperationError.mjs";
|
||||
|
||||
/**
|
||||
* Extract EXIF operation
|
||||
|
||||
Reference in New Issue
Block a user