UNPKG
@667/restify
Version:
latest (9.0.0-1)
9.0.0-1
8.5.1
REST framework
restify.com
restify/node-restify
@667/restify
/
lib
/
plugins
/
utils
/
regex.js
6 lines
(4 loc)
•
103 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
module
.
exports
= {
jsonContentType
:
new
RegExp
(
'^application/[a-zA-Z.]+\\+json'
) };