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 ab843a2 commit 77d4cc4Copy full SHA for 77d4cc4
src/uuid.ts
@@ -1,6 +1,6 @@
1
import { v4 } from 'uuid';
2
3
-let uuid: () => string = null as any;
+let uuid: () => string;
4
5
if (process.env.PARSE_BUILD === 'weapp') {
6
uuid = function () {
0 commit comments