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