Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
dateformat
/
node_modules
/
redent
/
Filename :
index.js
back
Copy
import stripIndent from 'strip-indent'; import indentString from 'indent-string'; export default function redent(string, count = 0, options = {}) { return indentString(stripIndent(string), count, options); }