UNPKG

eslint-plugin-text

Version:

An incredible ESLint plugin for retext or textlint

2 lines (1 loc) 121 B
export declare const arrayify: <T, R = T extends Array<infer S> ? NonNullable<S> : NonNullable<T>>(...args: T[]) => R[];