UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

3 lines 93 B
export function unquote(text) { return !text ? text : text.replace(/^['"`]|['"`]$/g, ''); }