UNPKG

get-safe

Version:

safe access to deeply nested properties and functions in JS objects without getting a TypeError

3 lines (2 loc) 65 B
var get_safe = require('./get-safe'); module.exports = get_safe;