elearning/Frontend-Learner/node_modules/eslint-plugin-import-x/lib/utils/arraify.d.ts

2 lines
80 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
export declare const arraify: <T>(value?: T | readonly T[]) => T[] | undefined;