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