UNPKG

adaptive-expressions

Version:
12 lines 329 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export * from './CommonRegexLexer'; export * from './CommonRegexListener'; export * from './CommonRegexParser'; export * from './CommonRegexVisitor'; //# sourceMappingURL=index.d.ts.map