@aracna/core - v1.5.0
    Preparing search index...

    Interface ParseNumberOptions

    interface ParseNumberOptions {
        fallback?: number;
        radix?: number;
    }
    Index

    Properties

    Properties

    fallback?: number
    radix?: number