nanomath/src/number/type.js

5 lines
123 B
JavaScript
Raw Normal View History

import {plain} from './tools.js'
// Not much to do so far when there is only one type
export const number = plain(a => a)