Moved processDate function to utils

This commit is contained in:
Alexander Cerutti
2021-10-10 02:49:17 +02:00
parent 57c3876f96
commit a052858950
3 changed files with 17 additions and 20 deletions

View File

@@ -3,10 +3,9 @@ import { default as Bundle, filesSymbol } from "./Bundle";
import { getModelFolderContents } from "./parser";
import * as Schemas from "./schemas";
import { Stream } from "stream";
import { processDate } from "./processDate";
import * as Signature from "./Signature";
import * as Strings from "./StringsUtils";
import { isValidRGB } from "./utils";
import { isValidRGB, processDate } from "./utils";
/** Exporting for tests specs */
export const propsSymbol = Symbol("props");