Tokenizer
object Tokenizer
Content copied to clipboard
Utility class to convert a NPM requirement string into a list of tokens.
Types
Functions
tokenize
Link copied to clipboard
fun tokenize(requirement: String, type: Semver.SemverType): List<Tokenizer.Token?>
Content copied to clipboard