- Ottawa, Canada
Pinned Loading
-
-
Simple service container
Simple service container 1/**
2* A simple service container.
3*
4* @example
5* const app = express()
-
JSONPointer and walkObject APIs
JSONPointer and walkObject APIs 1const walkObject = (function () {
2function walkObjectRec (obj, visit, { pointer = '', key = '', visited = new WeakMap(), parent = undefined } = {}) {
3if (obj === null || obj === undefined) {
4visit(obj, key, pointer, parent)
5} else if (typeof obj === 'object') {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.