import { convertBigIntToJson } from '@corefunc/corefunc/convert/bigint/json';
import { convertErrorToString } from "@corefunc/corefunc/convert/error/string";
import { errorToCaller } from "@corefunc/corefunc/convert/error/caller";
import { errorToMessage } from "@corefunc/corefunc/convert/error/message";
import { convertMapToObject } from '@corefunc/corefunc/convert/map/object';
import { convertNumberToJson } from '@corefunc/corefunc/convert/number/json';
import { convertToSingleLine } from "@corefunc/corefunc/convert/to/single-line";
import { convertToFlag } from "@corefunc/corefunc/convert/to/flag";
import { convertToError } from "@corefunc/corefunc/convert/to/error";