summaryrefslogtreecommitdiff
path: root/runtime/jsTest/src/kotlinx/serialization/test/CurrentPlatform.kt
blob: ef29ce1a52c09d4b0467cad70e546798bff165b2 (plain)
1
2
3
4
5
6
7
8
9
/*
 * Copyright 2017-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
 */

package kotlinx.serialization.test

import kotlinx.serialization.test.Platform

public actual val currentPlatform: Platform = Platform.JS