Function cut

  • 按定义从对象中去除指定属性,返回剩余的属性及值

    Returns

    Type Parameters

    • I extends AnyObject<any>

    • T

    • K = keyof I

    Parameters

    • input: I
    • matchers: Matcher<K, T>[]

    Returns Partial<I>

Generated using TypeDoc