Documentation for Simbo's Packages
    Preparing search index...

    Interface NormalizeOptions

    Options for the normalize function.

    interface NormalizeOptions {
        strict?: boolean;
        warn?: WarnFn;
    }
    Index

    Properties

    Properties

    strict?: boolean
    warn?: WarnFn