UNPKG

hulet

Version:
9 lines (5 loc) 135 B
// Initialize math-related functions and export them // Imports const form = require('./form') // Exports module.exports = { form }