@fbp/string
v0.4.0
Published
Inline string node adapter (template, concat) for the constructive-db compute worker
Readme
@fbp/string
Inline node adapter for the constructive-db compute worker.
Exports stringAdapter (an InlineAdapter) providing the inline node implementations for string:template, string:concat.
Register it with an InlineRegistry at the service layer:
import { InlineRegistry } from '@fbp/core';
import { stringAdapter } from '@fbp/string';
const registry = new InlineRegistry();
registry.register(stringAdapter);