oca_package
Version:
The wrapper of OCA bundle to generate OCA Package at ADC
9 lines • 603 B
TypeScript
import { Said, OcaBundleCaptureBase } from '../types/types.js';
export declare const getCaptureBase: (oca_bundle: any) => OcaBundleCaptureBase;
export declare const isPresent: (attribute: string, oca_bundle: any) => boolean;
export declare const getDigest: (oca_bundle: any) => Said;
export declare const ocabundleDigest: (oca_bundle: any) => string;
export declare const isSaid: (value: any) => value is Said;
export declare const isOcaBundleWithDeps: (oca_bundle: any) => boolean;
export declare const getOcaBundleFromDeps: (oca_bundle: any, digest: Said) => any;
//# sourceMappingURL=helpers.d.ts.map