UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

8 lines (6 loc) 138 B
import { IPassagesMap, } from '../passages/IPassagesMap'; export interface IPassagesMapAware { readonly passagesMap: IPassagesMap; }