UNPKG

change-quotes

Version:

CLI to change quotes from single to double, or double to single.

10 lines (8 loc) 257 B
/*! * change-quotes <https://github.com/jonschlinkert/change-quotes> * * Copyright (c) 2015 Jon Schlinkert, contributors. * Licensed under the MIT license. */ exports.single = require('to-single-quotes'); exports.double = require('to-double-quotes');