Skip to content

Instantly share code, notes, and snippets.

@iugo
Last active May 5, 2021 10:17
Show Gist options
  • Select an option

  • Save iugo/7f9cdb74b9bb647185f8fa15ddc6a462 to your computer and use it in GitHub Desktop.

Select an option

Save iugo/7f9cdb74b9bb647185f8fa15ddc6a462 to your computer and use it in GitHub Desktop.
deno-test-import
import { TestType } from './types';
const a: TestType = 'A';
export { a };
export type TestType = string;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment