mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-15 14:21:11 +01:00
delint
This commit is contained in:
parent
32cca0534c
commit
49f511bbab
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
import { arrayDiff, arrayHasDiff, arrayMerge, arrayUnion } from "./arrays";
|
||||
import { arrayDiff, arrayMerge, arrayUnion } from "./arrays";
|
||||
|
||||
type ObjectExcluding<O extends {}, P extends (keyof O)[]> = {[k in Exclude<keyof O, P[number]>]: O[k]};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user