We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a809396 commit 18f3f2aCopy full SHA for 18f3f2a
src/utils/format.js
@@ -19,7 +19,7 @@ import moment from "moment";
19
import { filesUrl, locale } from "../config";
20
import { fieldTypes as ft } from "./dico";
21
22
-const isFunction = (x) => typeof x === "function";
+// const isFunction = (x) => typeof x === "function";
23
24
const nullOrUndefined = (v) => v === null || v === undefined;
25
const mFormat = (d, format) =>
0 commit comments