UNPKG

tapspace

Version:

A zoomable user interface lib for web apps

22 lines (18 loc) 283 B
module.exports = function (key) { // @Component:followLink(key) // // Get link target. // // Parameters: // key // a string // // Return // a Component or null // const target = this.links[key] if (target) { return target } return null }