Variable _internalConst

_internal: {
    _audit: ((__namedParameters, lockfileType) => TAuditReport);
    _format: ((lockfile, lockfileType) => string);
    _parse: ((lockfile, lockfileType) => TLockfileObject);
    _patch: ((lockfile, report, __namedParameters, lockfileType) => TLockfileObject);
} = ...

Type declaration