Skip to main content
Module

x/fonction/deps.ts

A modern practical functional library
Latest
File
// Copyright 2021-present the Fonction authors. All rights reserved. MIT license.export { slice } from 'https://deno.land/x/core_fn@v1.0.0-beta.14/uncurry/common/slice.ts'export { curry } from 'https://deno.land/x/curry@v1.0.0/mod.ts'export { equal } from 'https://deno.land/x/equal@v1.5.0/mod.ts'export { isArray, isFunction, isLength0, isNil, isNumber, isObject, isUndefined} from 'https://deno.land/x/is_valid@v1.0.0-beta.16/mod.ts'export { add, divide, multiply, subtract} from 'https://x.nest.land/arithmetic4@0.1.1/mod.ts'