UNPKG

thai-multiplication-table

Version:

เป็นแพ็กเกจสำหรับช่วยในการแสดงตารางสูตรคูณภาษาไทยรูปแบบเลขจำนวนเต็มบวก

5 lines (3 loc) 200 B
declare function toThaiNumber(number: number): string; declare function getTable(multiplicand: number, multiplierStart?: number, multiplierEnd?: number): string[]; export { getTable, toThaiNumber };