mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
fix(rollup) add VERSION const
This commit is contained in:
Vendored
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user