Created
July 28, 2020 11:25
-
-
Save arkivanov/2a0cfb1fcc83c6ed2d7d9c8f256ed2b5 to your computer and use it in GitHub Desktop.
KittenStore.Parser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| interface Parser { | |
| fun parse(json: String): Maybe<List<String>> | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment