Last active
December 4, 2020 06:10
-
-
Save cartant/e87fd5f6c8909b3fd0d02c5813b89deb to your computer and use it in GitHub Desktop.
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
declare type ReadCallback = (content: string) => string; | |
declare function read(path: string, callback: ReadCallback): void; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment