Skip to content

Instantly share code, notes, and snippets.

@EnzoAlbornoz
Last active May 27, 2020 20:49
Show Gist options
  • Save EnzoAlbornoz/04b65c97f6dd05ff17779659bbba4221 to your computer and use it in GitHub Desktop.
Save EnzoAlbornoz/04b65c97f6dd05ff17779659bbba4221 to your computer and use it in GitHub Desktop.
Writing native plugins in Deno
export function mkdirSync(path: string, options?: MkdirOptions): void {
sendSync("op_mkdir", mkdirArgs(path, options));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment