Skip to content

Commit 98ee6a9

Browse files
authored
Merge pull request #41 from Conduitry/remove-old-devalue-export
remove old `devalue` export
2 parents 8e8c7c8 + f170ce2 commit 98ee6a9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
export { uneval } from './src/uneval.js';
22
export { parse } from './src/parse.js';
33
export { stringify } from './src/stringify.js';
4-
5-
export function devalue() {
6-
throw new Error(
7-
'The `devalue` export has been removed. Use `uneval` instead'
8-
);
9-
}

0 commit comments

Comments
 (0)