UNPKG

unquoted-property-validator

Version:
9 lines (7 loc) 188 B
declare function unquotedValidator(propertyName: string): { needsQuotes: boolean, needsBrackets: boolean, es3Warning: boolean, quotedValue: string, }; export = unquotedValidator;