aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/shims/noop.ts
blob: 338e161041f5f5408867d05ce05567967ad4f8cd (plain) (blame)
1
2
3
// Does nothing. Used to shim out node.js modules 
// which are no-ops in the browser.
export const NOOP = 0;