This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/*! © SpryMedia Ltd, Khorshid - datatables.net/license */
import jQuery from"jquery";import DataTable from"datatables.net";let $=jQuery;function toEnglishNumber(e){for(var r=["۰","۱","۲","۳","۴","۵","۶","۷","۸","۹"],t=["0","1","2","3","4","5","6","7","8","9"],a=e,n=0;n<10;n++)var o=new RegExp(r[n],"g"),a=a.replace(o,t[n]);return a}DataTable.ext.type.order["kh-persian-numbers-pre"]=function(e,r){return parseFloat(toEnglishNumber(e))};export default DataTable;