@yamlresume/samples
    Preparing search index...

    Interface GetSampleResumeOptions

    Options for loading a sample resume.

    interface GetSampleResumeOptions {
        withComments?: boolean;
        withLayouts?: boolean;
    }
    Index
    withComments?: boolean

    Whether to inject deterministic YAML comments into the sample resume.

    false
    
    withLayouts?: boolean

    Whether to append the default layouts block to the sample resume.

    false