Projektstart
This commit is contained in:
6
backend/node_modules/obliterator/includes.d.ts
generated
vendored
Normal file
6
backend/node_modules/obliterator/includes.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type {IntoInterator} from './types';
|
||||
|
||||
export default function includes<T>(
|
||||
target: IntoInterator<T>,
|
||||
value: T
|
||||
): boolean;
|
||||
Reference in New Issue
Block a user