Skip to content

Commit

Permalink
K2. Use real @JsPlainObject
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Jun 9, 2024
1 parent 6f8e9ea commit d5b405b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kotlin-js/src/jsMain/kotlin/js/objects/JsPlainObject.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package js.objects

@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.BINARY)
annotation class JsPlainObject
typealias JsPlainObject = kotlinx.js.JsPlainObject

0 comments on commit d5b405b

Please sign in to comment.