UNPKG
remark-lint-word-case
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
remark-lint rule to ensure specified words are written in the correct casing.
remark-lint-word-case
/
dist
/
utils.d.ts
2 lines
(1 loc)
•
44 B
TypeScript
View Raw
1
2
export
type
NonEmptyArray<T> = [T, ...T[]];