* Returns array of brick meta objects. * @return {object[]}
()
| 138 | * @return {object[]} |
| 139 | */ |
| 140 | getLibrary () { |
| 141 | return this.getIdentifiers() |
| 142 | .map(identifier => this.getMeta(identifier)) |
| 143 | } |
| 144 | |
| 145 | /** |
| 146 | * Get brick factory singleton instance. |
no test coverage detected