This commit is contained in:
Yath Seanghay 2018-12-13 01:12:42 +00:00 committed by GitHub
commit 9d5b7e1a8a
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');