pub fn parse(
content: impl Into<String> + Debug,
) -> Result<PackageLockJson, PackageLockJsonError>
Expand description
Parses a package-lock.json file. Support v1, v2 and v3 lock files
pub fn parse(
content: impl Into<String> + Debug,
) -> Result<PackageLockJson, PackageLockJsonError>
Parses a package-lock.json file. Support v1, v2 and v3 lock files