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
/
unit.js
12 lines
(9 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/* * Parsec * https://github.com/d-plaindoux/parsec * * Copyright (c) 2016 Didier Plaindoux * Licensed under the LGPL2 license. */
class
Unit
{}
export
default
new
Unit
()
;