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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2

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