4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
// these variables are defined by tsup
|
|
declare const PACKAGE_NAME: string;
|
|
declare const PACKAGE_VERSION: string;
|