UNPKG

motion

Version:

motion - moving development forward

6 lines (4 loc) 103 B
'use strict'; module.exports = function unquote (string) { return string.replace(/["']/g, ''); };