mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-03-12 13:42:03 +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")
|