Initial commit
This commit is contained in:
4
node_modules/worker-timers-broker/build/es2019/guards/clear-response.js
generated
vendored
Executable file
4
node_modules/worker-timers-broker/build/es2019/guards/clear-response.js
generated
vendored
Executable file
@@ -0,0 +1,4 @@
|
||||
export const isClearResponse = (message) => {
|
||||
return message.error === null && typeof message.id === 'number';
|
||||
};
|
||||
//# sourceMappingURL=clear-response.js.map
|
||||
Reference in New Issue
Block a user