UNPKG
@domdomegg/masala-parser
Version:
latest (1.0.1)
1.0.1
Masala Parser
github.com/domdomegg/masala-parser
domdomegg/masala-parser
@domdomegg/masala-parser
/
src
/
lib
/
data
/
index.js
18 lines
(15 loc)
•
275 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* * Parsec * https://github.com/d-plaindoux/parsec * * Copyright (c) 2016 Didier Plaindoux * Licensed under the LGPL2 license. */
import
option
from
'./option'
;
import
atry
from
'./try'
;
import
unit
from
'./unit'
;
export
default
{ option, atry, unit, };