Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/loader/_class"

Index

Classes

Type aliases

Variables

Type aliases

IOptions

IOptions<T, R>: { filter?: any; mapper?: any; parseLine?: any; stringifyLine?: any }

Type parameters

  • T

  • R

Type declaration

  • filter: function
    • filter(line: any): any
  • mapper: function
    • mapper(line: any): any
  • parseLine: function
    • parseLine(input: string, oldFn?: (input: string) => R): R
    • Parameters

      • input: string
      • Optional oldFn: (input: string) => R
          • (input: string): R
          • Parameters

            • input: string

            Returns R

      Returns R

  • stringifyLine: function
    • stringifyLine(data: R): string

Variables

Promise

Promise: any

Created by user on 2018/4/13/013.

Generated using TypeDoc