Function yarn_lock_parser::parse_str
source · [−]pub fn parse_str(content: &str) -> Result<Vec<Entry<'_>>, YarnLockError>Expand description
Accepts the yarn.lock content and returns all the entries.
pub fn parse_str(content: &str) -> Result<Vec<Entry<'_>>, YarnLockError>Accepts the yarn.lock content and returns all the entries.