UNPKG

motion

Version:

The Motion library for the web

8 lines (4 loc) 137 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const ms = (seconds) => seconds * 1000; exports.ms = ms;