]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/shims/noop.ts
Replace angular-cli patch with something less risky (#742)
[github/Chocobozzz/PeerTube.git] / client / src / shims / noop.ts
1 // Does nothing. Used to shim out node.js modules
2 // which are no-ops in the browser.
3 export const NOOP = 0;