diff --git a/op1.control.ts b/op1.control.ts index 549330c..afc48a1 100644 --- a/op1.control.ts +++ b/op1.control.ts @@ -5,16 +5,6 @@ host.loadAPI(10) host.load("./polyfill.io.js") -function objectIncludes (target: object, targetValue: string | number) { - for (let key in target) { - let value = targetValue[key] - if (value != null) { - return true - } - } - return false -} - type ValueOf = T[keyof T] enum Sequence {