migrate to typescript
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import numeralConstants from '@/consts/numeral.js';
|
||||
|
||||
import { isString, isNumber, removeAll } from './common.js';
|
||||
import { isString, isNumber, removeAll } from './common.ts';
|
||||
|
||||
export function appendDigitGroupingSymbol(value, options) {
|
||||
if (isNumber(value)) {
|
||||
|
||||
Reference in New Issue
Block a user