@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);
}

Dependencies (0)

    Dev Dependencies (15)

    Package Sidebar

    Install

    npm i @fatesigner/typed

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    5.7 kB

    Total Files

    4

    Last publish

    Collaborators

    • fatesigner