UNPKG

scientist.js

Version:

A JavaScript interpretation of the Ruby library Scientist, a library for carefully refactoring critical paths.

8 lines 159 B
export default class Model { checkUser(user) { console.log('[MODEL] checkUser'); return { valid: false } } }