mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 17:11:27 +00:00
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
"use strict";
|
|
|
|
exports.diff = require("./diff")
|
|
exports.patch = require("./patch")
|
|
exports.rebase = require("./rebase")
|