import { checkIsErrorLike } from "@corefunc/corefunc/check/is-error-like";
import { checkIsPrimitive } from "@corefunc/corefunc/check/is-primitive";
import { checkIsTypedArray } from '@corefunc/corefunc/check/is-typed-array';
import { isIntPositive } from "@corefunc/corefunc/check/is-int-positive";
import { checkIsErrorLike } from "@corefunc/corefunc/check/is-error-like";