aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/shims/noop.ts
blob: 338e161041f5f5408867d05ce05567967ad4f8cd (plain) (tree)
1
2
3


                                                  
// Does nothing. Used to shim out node.js modules 
// which are no-ops in the browser.
export const NOOP = 0;