UNPKG
uritemplate
Version:
latest (0.3.4)
0.3.4
0.3.3
0.3.2
0.3.1
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
An UriTemplate implementation of rfc 6570
www.github.com/fxa/uritemplate-js
fxa/uritemplate-js
uritemplate
/
src
/
pre.txt
10 lines
(7 loc)
•
225 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
/*global unescape, module, define, window, global*/
/* UriTemplate Copyright (c) 2012-2013 Franz Antesberger. All Rights Reserved. Available via the MIT license. */
(
function
(
exportCallback
) {
"use strict"
;