rofrischmann/tokenize-sync

View on GitHub
types/Token.js

Summary

Maintainability
A
0 mins
Test Coverage
export type Token = {
  type: string,
  value: string
}