UNPKG

accelerator-core

Version:

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

10 lines (7 loc) 182 B
import { registry, } from '../../passages/passages-manifest'; type RegistryType = typeof registry; export interface IPassageNamed { readonly passageName: keyof RegistryType; }