UNPKG

adaptive-expressions

Version:
11 lines (10 loc) 250 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';