Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/redent/index.js')
-rw-r--r--assets/node_modules/redent/index.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/assets/node_modules/redent/index.js b/assets/node_modules/redent/index.js
deleted file mode 100644
index 9457849..0000000
--- a/assets/node_modules/redent/index.js
+++ /dev/null
@@ -1,5 +0,0 @@
-'use strict';
-const stripIndent = require('strip-indent');
-const indentString = require('indent-string');
-
-module.exports = (string, count = 0, options) => indentString(stripIndent(string), count, options);