The key of the property in array items that the handler will use to determine what to call each item as it is stored within a directory. If omitted, the handler will use the item's index as its name in the directory.
The key of the property in array items that the handler will use to determine what to call each item as it is stored within a directory. If omitted, the handler will use the item's index as its name in the directory.
Add Package
deno add jsr:@scroogieboy/object-to-directory
Import symbol
import { type ArrayToDirectoryHandlerOptions } from "@scroogieboy/object-to-directory/interfaces";
---- OR ----
Import directly with a jsr specifier
import { type ArrayToDirectoryHandlerOptions } from "jsr:@scroogieboy/object-to-directory/interfaces";
Add Package
npx jsr add @scroogieboy/object-to-directory
Import symbol
import { type ArrayToDirectoryHandlerOptions } from "@scroogieboy/object-to-directory/interfaces";
Add Package
yarn dlx jsr add @scroogieboy/object-to-directory
Import symbol
import { type ArrayToDirectoryHandlerOptions } from "@scroogieboy/object-to-directory/interfaces";
Add Package
pnpm dlx jsr add @scroogieboy/object-to-directory
Import symbol
import { type ArrayToDirectoryHandlerOptions } from "@scroogieboy/object-to-directory/interfaces";
Add Package
bunx jsr add @scroogieboy/object-to-directory
Import symbol
import { type ArrayToDirectoryHandlerOptions } from "@scroogieboy/object-to-directory/interfaces";