ohms-dev
Results
1
comments of
ohms-dev
+1, I have a lua library object that has defined `toString` as a sort of a utility function ```typescript // Declare exposed API declare const TestObject: { toString: (s: string)...