pocomath/src/generic/sqrt.mjs

4 lines
92 B
JavaScript

export * from './Types/generic.mjs'
export const sqrt = {undefined: () => () => undefined}