mirror of https://github.com/lukechilds/rollup.git
Oskar Segersvärd
9 years ago
2 changed files with 3 additions and 5 deletions
@ -1,5 +1,3 @@ |
|||||
// import * as ns from './mod';
|
import * as ns from './mod'; |
||||
|
|
||||
// export { ns };
|
export { ns }; |
||||
|
|
||||
export var ns = Object.freeze({ a: 1, b: 2 }); |
|
||||
|
Loading…
Reference in new issue