fix(rollup) add VERSION const

This commit is contained in:
Alan Agius
2017-12-11 09:32:31 +01:00
parent 8c351e4ff9
commit 1fafc7a2fc
+1
View File
@@ -7,6 +7,7 @@ import { RawSourceMap } from 'source-map'
import * as acorn from 'acorn'
export type Format = 'amd' | 'cjs' | 'es' | 'iife' | 'umd'
export const VERSION: string;
export interface SourceMap extends RawSourceMap {
toString(): string