get

abstract fun get(key: Key, options: KVNamespaceGetOptionsPartial<Nothing?> = definedExternally): Promise<String?>
abstract fun get(key: Key): dynamic
abstract fun <ExpectedValue> get(key: Key): Promise<ExpectedValue?>
abstract fun get(key: Key, type: String): dynamic
abstract fun <ExpectedValue> get(key: Key, type: String): Promise<ExpectedValue?>
abstract fun get(key: Key, options: KVNamespaceGetOptions<String> = definedExternally): dynamic
abstract fun <ExpectedValue> get(key: Key, options: KVNamespaceGetOptions<String> = definedExternally): Promise<ExpectedValue?>