ut-tools
Version:
Build and Release management automation package.
10 lines (9 loc) • 399 B
TypeScript
export declare const BUNDLE_ROOT = "#/__bundled__";
export declare const ERRORS_ROOT = "#/__errors__";
export declare const bundleTarget: <T = unknown>({ document, path, bundleRoot, errorsRoot, cloneDocument, }: {
document: T;
path: string;
bundleRoot?: string | undefined;
errorsRoot?: string | undefined;
cloneDocument?: boolean | undefined;
}, cur?: unknown) => any;