UNPKG
xn-directive-location
Version:
latest (1.6.1)
1.6.1
address directive
xn-directive-location
/
examples
/
index.md
12 lines
(7 loc)
•
117 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
# Demo
---
## Normal usage
````javascript
seajs.use('index',
function(xnDirectiveLocation)
{ }
);
````