UNPKG

runtypes

Version:

Runtime validation for static types

3 lines (2 loc) 101 B
declare const quoteWithDoubleQuote: (string: string) => string; export default quoteWithDoubleQuote;