Function yarn_lock_parser::parse_str[][src]

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

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