@wesjet/function.js
Version:
wesjet javascript library
12 lines (11 loc) • 343 B
TypeScript
/**
* Copyright (c) Wesbitty, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*
*/
import { Array } from '@effect-ts/core';
export * from '@effect-ts/core/Collections/Immutable/Array';
export declare const headUnsafe: <A>(array: Array.Array<A>) => A;