This repository has been archived on 2022-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
tghandbook/src/scripts/pages/virology.ts

9 lines
198 B
TypeScript
Raw Normal View History

2020-06-26 12:05:17 +00:00
export function virologyScript(root: HTMLElement): void {
const symptoms = document.querySelector("#Symptoms_Table .wikitable");
//parseTable(symptoms);
}
export default {
virologyScript,
};