Files
2026-02-21 10:33:18 +01:00

5 lines
137 B
TypeScript

import type { CreateContent } from './writer';
export declare const nodeWriter: (path: string) => {
createContent: CreateContent;
};