initial working version

This commit is contained in:
Ben Miller
2024-11-04 01:06:00 -07:00
parent b2af2fc98c
commit 0fd89bc9ea
73 changed files with 38650 additions and 4 deletions

5
src/onEdit.ts Normal file
View File

@ -0,0 +1,5 @@
/// <reference types="@types/google-apps-script" />
function onEdit(e: GoogleAppsScript.Events.SheetsOnEdit) {
newSku(e)
}