Type alias NativeObject

NativeObject: Date | ((...args) => any) | RegExp | Error | Buffer | Map<any, any> | Set<any>

NativeObject Represents types that should not be subjected to recursive type operations.

Type declaration

    • (...args): any
    • Parameters

      • Rest ...args: any[]

      Returns any

Generated using TypeDoc