Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @cisl/io

Index

Functions

Namespaces

Functions

  • Create a new Io instance to use in your application.

    Each created instance is a singleton for the given options. As such, repeated calls with the same options will return the same instance.

    Usage:

    import cislio from '@cisl/io';
    const io = cislio();

    See cog-loader#options for details on options, however the defaults should usually suffice in most cases.

    Parameters

    Returns Io

Generated using TypeDoc