UNPKG

adaptive-expressions

Version:
11 lines 285 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export * from './memoryInterface'; export * from './simpleObjectMemory'; export * from './stackedMemory'; //# sourceMappingURL=index.d.ts.map