Skip to content

kocisov/ftm.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FTM

console.time in class

Usage

// without transpiler
const ftm = require('ftm.js').default

// with transpiler
import ftm from 'ftm.js'

ftm.define('test').startAll()
setTimeout(() => f.stop('test'), 2000)