diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-03-05 20:23:42 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-05 10:53:42 -0400 |
commit | c9c782940ea693664c462fb6f94d214ed54a158c (patch) | |
tree | 9cd1c196d28596bfe6602b1a847a76ecc84730c8 /ext/node/polyfills/internal_binding/signal_wrap.ts | |
parent | 7d13d65468c37022f003bb680dfbddd07ea72173 (diff) |
chore(ext/node): cleanup empty internal_bindings (#18032)
Diffstat (limited to 'ext/node/polyfills/internal_binding/signal_wrap.ts')
-rw-r--r-- | ext/node/polyfills/internal_binding/signal_wrap.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/node/polyfills/internal_binding/signal_wrap.ts b/ext/node/polyfills/internal_binding/signal_wrap.ts deleted file mode 100644 index 93e2042b0..000000000 --- a/ext/node/polyfills/internal_binding/signal_wrap.ts +++ /dev/null @@ -1,3 +0,0 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. - -export {}; |