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    
bokeh / server / static / js / lib / models / transforms / transform.js
Size: Mime:
import { Model } from "../../model";
export class Transform extends Model {
    constructor(attrs) {
        super(attrs);
    }
}
Transform.__name__ = "Transform";
//# sourceMappingURL=transform.js.map