* Gets the library identifier. * @param {LibIdentOptions} options options * @returns {LibIdent | null} an identifier for library inclusion
(options)
| 1128 | * @returns {LibIdent | null} an identifier for library inclusion |
| 1129 | */ |
| 1130 | libIdent(options) { |
| 1131 | return null; |
| 1132 | } |
| 1133 | |
| 1134 | /** |
| 1135 | * Returns the path used when matching this module against rule conditions. |
no outgoing calls
no test coverage detected