UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

14 lines 585 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ import { BaseAsset } from '../model/base-asset.js'; export declare function isBaseAsset(fileContent: string, language: string): boolean; export declare function isValidAsset(asset: BaseAsset): false | undefined; export declare function isValidAssetRefValue(assetRefValue: string): boolean; declare const _default: { isBaseAsset: typeof isBaseAsset; isValidAsset: typeof isValidAsset; isValidAssetRefValue: typeof isValidAssetRefValue; }; export default _default; //# sourceMappingURL=asset-helper.d.ts.map