UNPKG
@iminside/react-yandex-maps
Version:
latest (1.2.7)
1.2.7
Yandex.Maps API bindings for React
pbe-react-yandex-maps.vercel.app
R3flector/react-yandex-maps
@iminside/react-yandex-maps
/
typings
/
util
/
omit.d.ts
9 lines
(8 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Helper method to remove keys from the object * *
@param
{
Object
} obj Object to remove keys from *
@param
{
string[]
} arr List of keys to remove *
@returns
{
Object
} Object with omitted keys */
export
declare
const
omit
:
(
obj
:
any
,
arr
:
any
) =>
{};