UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

7 lines (5 loc) 132 B
function level0Optimize(tokens) { // noop as level 0 means no optimizations! return tokens; } module.exports = level0Optimize;