aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/shims/noop.ts
blob: 899b69bf3a86c1e12f694a92cd400effd6ba2a4d (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