UNPKG
amatch
Version:
latest (1.0.1)
1.0.1
1.0.0
Namespace string matcher
github.com/a-labo/amatch
a-labo/amatch
amatch
/
lib
/
index.js
18 lines
(12 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/** * Namespace string matcher *
@module
amatch
*
@version
1.0.1 */
'use strict'
const
amatch =
require
(
'./amatch'
)
let
lib = amatch.
bind
(
this
)
Object
.
assign
(lib, amatch, { amatch })
module
.
exports
= lib