Create e.ts

Add support for TypeScript
This commit is contained in:
Yath Seanghay 2018-12-10 22:36:12 +07:00 committed by GitHub
parent 72fabdef43
commit c44981e29c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
e.ts Normal file
View File

@ -0,0 +1 @@
export const print = (e?: string) => console.log(e || 'e');