1.0.2 • Published 2 years ago

fup-fixed-length-core v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago