Skip to content

dependabit / manifest/src / checkManifestSize

Function: checkManifestSize()

ts
function checkManifestSize(content, options?): SizeCheckResult;

Defined in: packages/manifest/src/size-check.ts:21

Check manifest size and return status

Parameters

ParameterType
contentany
options?SizeCheckOptions

Returns

SizeCheckResult

Released under the MIT License.