keep newt.js separate in playground
This commit is contained in:
2
playground/src/global.d.ts
vendored
2
playground/src/global.d.ts
vendored
@@ -1,6 +1,8 @@
|
||||
declare module "*.css";
|
||||
export {};
|
||||
declare global {
|
||||
// typescript doesn't know worker.ts is a worker
|
||||
function importScripts(...scripts: string[]): void;
|
||||
interface Process {
|
||||
platform: string;
|
||||
stdout: {
|
||||
|
||||
Reference in New Issue
Block a user