ksylvest/tights

View on GitHub
src/types/separator.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type Separator = "arrow" | "bullet" | "dot" | "succeeds";