UcrxCore: {
    and: UcrxMethod<{
        cx: EsArg;
    }>;
    any: UcrxMethod<{
        value: EsArg;
    }>;
    att: UcrxMethod<UcrxAttrSetterSignature.Args>;
    big: UcrxSetter;
    bol: UcrxSetter;
    end: UcrxMethod<{
        cx: EsArg;
    }>;
    ent: UcrxEntitySetter;
    fmt: UcrxFormattedSetter;
    for: UcrxMethod<{
        cx: EsArg;
        key: EsArg;
    }>;
    ins: UcrxInsetMethod;
    map: UcrxMethod<{
        cx: EsArg;
    }>;
    nls: UcrxMethod<{
        cx: EsArg;
    }>;
    nul: UcrxMethod<{
        cx: EsArg;
    }>;
    num: UcrxSetter;
    raw: UcrxSetter;
    str: UcrxSetter;
    types: UcrxProperty;
}

Type declaration

Generated using TypeDoc