We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
object
1 parent fdd015c commit b243f27Copy full SHA for b243f27
1 file changed
src/types/selectn.d.ts
@@ -1,7 +1,7 @@
1
declare module 'selectn' {
2
function selectn<V> (
3
path: string | string[],
4
- object?: Object,
+ object?: object,
5
): Function | V | undefined
6
export = selectn
7
}
0 commit comments