UNPKG

parser-combinator

Version:
12 lines (9 loc) 191 B
/* * Parsec * https://github.com/d-plaindoux/parsec * * Copyright (c) 2016 Didier Plaindoux * Licensed under the LGPL2 license. */ class Unit {} export default new Unit();