UNPKG

ember-introjs

Version:
6 lines (4 loc) 134 B
var surround = require('./surround'); module.exports = function quote(str, quoteChar) { return surround(str, quoteChar || '"'); };