console.time
npm install ftm.js
js// without transpilerconst ftm = require('ftm.js').default// with transpilerimport ftm from 'ftm.js'ftm.define('test').startAll()setTimeout(() => f.stop('test'), 2000)
// with transpilerimport ftm from 'ftm.js'
ftm.define('test').startAll()setTimeout(() => f.stop('test'), 2000)