UNPKG

tgui-angular

Version:

🚀 Angular UI library for Telegram Web Apps with modern components and theming support | 💼 Author is open to work opportunities | 📧 Contact: a.blagovestnov@gmail.com | 💬 Telegram: @ablagovestnov

8 lines (7 loc) • 286 B
/** * Creates an array of numbers in a given range * @param start The start of the range (inclusive) * @param end The end of the range (inclusive) * @returns An array containing all numbers in the range */ export declare function createRange(start: number, end: number): number[];