Nude Element API Docs - v0.1.3
    Preparing search index...
    set: {
        stringify: (
            value: any,
            __namedParameters?: { separator?: string },
        ) => any;
        type: SetConstructor;
        equals(a: any, b: any, __namedParameters?: {}): boolean;
        parse(value: any, options: any): Set<any>;
    } = ...

    Type Declaration

    • stringify: (value: any, __namedParameters?: { separator?: string }) => any
    • type: SetConstructor
    • equals: function
    • parse: function