UNPKG

slimfits

Version:

Package for loading data stored in FITS data format

5 lines (4 loc) 165 B
import { IAsciiConverter } from '../interfaces'; export declare class AsciiConverter { static getConverterFor(value: string, length: number): IAsciiConverter; }