@fatesigner/typed

1.0.1 • Public • Published

Utils

npm build download

Some typescript common types.

install

npm i -S @fatesigner/typed

use

import { FunctionType } from '@fatesigner/typed';

export function Add(fn: FunctionType, num: number, num2: number) {
  return fn(num, num2);
}

Readme

Keywords

Package Sidebar

Install

npm i @fatesigner/typed

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

5.7 kB

Total Files

4

Last publish

Collaborators

  • fatesigner