We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ead58 commit cb303bbCopy full SHA for cb303bb
packages/utils/src/index.ts
@@ -1,5 +1,3 @@
1
-export * from "./binary";
2
-
3
// TODO: move util functions from open-next here (if/where it makes sense)
4
export function add(a: number, b: number) {
5
return a + b;
0 commit comments