Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

All packages /index should export ./constants #4579

Closed
moog16 opened this issue Apr 8, 2019 · 0 comments · Fixed by #4593
Closed

All packages /index should export ./constants #4579

moog16 opened this issue Apr 8, 2019 · 0 comments · Fixed by #4593
Assignees

Comments

@moog16
Copy link
Contributor

moog16 commented Apr 8, 2019

Example in mdc-ripple/index.ts:

import * as util from './util';

export {util};
export * from './adapter';
export * from './component';
export * from './foundation';
export * from './types';

We should also have a line to export constants, export * from './constants'. This should happen in all packages.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.