UNPKG

remark-lint-word-case

Version:

remark-lint rule to ensure specified words are written in the correct casing.

2 lines (1 loc) 44 B
export type NonEmptyArray<T> = [T, ...T[]];