Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
gateway-proxy / usr / share / gateway-proxy / app / node_modules / ts-jest / dist / utils / jsonable-value.d.ts
Size: Mime:
export declare class JsonableValue<V = Record<string, any>> {
    private _serialized;
    private _value;
    constructor(value: V);
    set value(value: V);
    get value(): V;
    get serialized(): string;
    valueOf(): V;
    toString(): string;
}