astro-ghostcms/.pnpm-store/v3/files/2f/8cc669e18d9ef5f6d41cbfe3d0f...

6 lines
207 B
Plaintext

'use strict';
const stripIndent = require('strip-indent');
const indentString = require('indent-string');
module.exports = (string, count = 0, options) => indentString(stripIndent(string), count, options);