mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-16 02:17:29 +01:00
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
declare module "!!raw-loader!*" {
|
|
const contents: { default: string };
|
|
export = contents;
|
|
}
|