nanomath/src/number/utils.js

4 lines
69 B
JavaScript
Raw Normal View History

import {plain} from './tools.js'
export const clone = plain(a => a)