added author details

This commit is contained in:
Shailendra1703 2025-09-15 13:54:01 +05:30
parent 6698519193
commit 4e3e449123

View File

@ -1,3 +1,9 @@
/**
* @author Shailendra [singhshailendra.in]
* @copyright Crown Copyright 2017
* @license Apache-2.0
*/
import { fromBase64, toBase64 } from "../lib/Base64.mjs"; import { fromBase64, toBase64 } from "../lib/Base64.mjs";
import Operation from "../Operation.mjs"; import Operation from "../Operation.mjs";
import OperationError from "../errors/OperationError.mjs"; import OperationError from "../errors/OperationError.mjs";