Last active
May 5, 2021 10:17
-
-
Save iugo/7f9cdb74b9bb647185f8fa15ddc6a462 to your computer and use it in GitHub Desktop.
deno-test-import
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { TestType } from './types'; | |
| const a: TestType = 'A'; | |
| export { a }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export type TestType = string; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment