The current script attached to the sheet linked in the README seems to have some errors. Symbols that come from the utils.gs file are referenced with (0, utils_1.assert) and similar instead of directly by name. This results in ReferenceError: utils_1 is not defined when running the script.
The current script attached to the sheet linked in the README seems to have some errors. Symbols that come from the
utils.gsfile are referenced with(0, utils_1.assert)and similar instead of directly by name. This results inReferenceError: utils_1 is not definedwhen running the script.