1.0.2 • Published 3 years ago

fup-fixed-length-core v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

FixedLengthCore

install

npm i --save fup-fixed-length-core

Use

const fixedLengthCore = require('fup-fixed-length-core');

or es module

import fixedLengthCore from 'fup-fixed-length-core';

Example

const executor = (...parameters) => ...;
executor.length; // 0
const fixLengthExecutor = fixedLengthCore(2, executor);
fixLengthExecutor.length; // 2
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago