1
0
Fork 0
peertube/client/src/shims/noop.ts

4 lines
108 B
TypeScript

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