Skip to main content
Module

x/hex/mod.ts>fp.splitObject

An ecosystem delivering practices, philosophy and portability.
Go to Latest
variable fp.splitObject
import { fp } from "https://deno.land/x/hex@v0.4.9/mod.ts";
const { splitObject } = fp;

type

<T>(instance: Record<string | number | symbol, T>, n: number) => SplitObjectResult<T>