UNPKG

motion

Version:

The Motion library for the web

10 lines (6 loc) 187 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const noop = () => { }; const noopReturn = (v) => v; exports.noop = noop; exports.noopReturn = noopReturn;