UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

6 lines (4 loc) 207 B
'use strict'; const stripIndent = require('strip-indent'); const indentString = require('indent-string'); module.exports = (string, count = 0, options) => indentString(stripIndent(string), count, options);