hotfix: docs build (#198)
* fix: build * fix: build * fix: build * fix: build
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export const deref = (path, spec) => {
|
||||
let cleanDets = spec
|
||||
for (const part of path) {
|
||||
if (part === "#") continue
|
||||
cleanDets = cleanDets[part]
|
||||
}
|
||||
|
||||
return cleanDets
|
||||
}
|
||||
Reference in New Issue
Block a user