Skip to main content

Built and signed on GitHub Actions

Library to write out the contents of a JavaScript object structure to the file system in a granular directory structure.

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
100%
Published
3 months ago (0.1.4)
function makeFluent
makeFluent(handler: ValueStorageHandler): FluentHandler

Given an object implementing interface ValueStorageHandler, wrap it in a FluentHandler implementation that makes it easier to build customized versions of the handler. The handler is only wrapped if it is not already a fluent handler.

Parameters

The handler to make fluent.

Return Type

The handler itself, if it is already fluent, or a wrapper around the handler that makes it fluent.

Add Package

deno add jsr:@scroogieboy/object-to-directory

Import symbol

import { makeFluent } from "@scroogieboy/object-to-directory/utility";

---- OR ----

Import directly with a jsr specifier

import { makeFluent } from "jsr:@scroogieboy/object-to-directory/utility";

Add Package

npx jsr add @scroogieboy/object-to-directory

Import symbol

import { makeFluent } from "@scroogieboy/object-to-directory/utility";

Add Package

yarn dlx jsr add @scroogieboy/object-to-directory

Import symbol

import { makeFluent } from "@scroogieboy/object-to-directory/utility";

Add Package

pnpm dlx jsr add @scroogieboy/object-to-directory

Import symbol

import { makeFluent } from "@scroogieboy/object-to-directory/utility";

Add Package

bunx jsr add @scroogieboy/object-to-directory

Import symbol

import { makeFluent } from "@scroogieboy/object-to-directory/utility";