mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
10 lines
202 B
TypeScript
10 lines
202 B
TypeScript
declare module '*.less' {
|
|
const resource: {[key: string]: string};
|
|
export = resource;
|
|
}
|
|
|
|
declare const verb: any;
|
|
declare const FS: any;
|
|
declare const __CAD_APP: any;
|
|
declare const __DEBUG__: any;
|
|
|