4 lines
175 B
TypeScript
4 lines
175 B
TypeScript
|
|
// This tool doesn't have a "process" button. Its logic is handled directly in fileHandler.js after a file is uploaded.
|
||
|
|
export function viewMetadata() {
|
||
|
|
console.log("");
|
||
|
|
}
|