Skip to content

Instantly share code, notes, and snippets.

@hazzard993
Created November 26, 2020 23:20
Show Gist options
  • Save hazzard993/32348ec3b4fccdecb90db1200aa78454 to your computer and use it in GitHub Desktop.
Save hazzard993/32348ec3b4fccdecb90db1200aa78454 to your computer and use it in GitHub Desktop.
TSTL import inspect
declare function inspect(this: void, value: any): string;
declare namespace inspect {
const prop: string;
}
export = inspect;
import * as inspect from "./inspect";
inspect({});
inspect.prop;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment