Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library can do this!).
jonschlinkertover 1 year agoPollyfill for node.js path.parse
, parses a filepath into an object.
easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings.
sndover 2 years ago