Searched defs:registerError (Results 1 – 2 of 2) sorted by relevance
118 const registerError = (...args: Parameters<typeof console.error>): void => { constant
81 const registerError = (...args) => { function