pub fn parse_str(content: &str) -> Result<Vec<Entry<'_>>, YarnLockError>
Expand description

Accepts the yarn.lock content and returns all the entries.

§Errors

  • YarnLockError