Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- module JavaScriptCore = struct
- include JavaScriptCore
- module Node = struct
- module Fs = struct
- let read_file_sync () = print_endline "Reading a file"
- end
- end
- end
- open JavaScriptCore
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement