mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 16:39:15 +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")
|