Options
All
  • Public
  • Public/Protected
  • All
Menu

Module nextra/createFileAtomic

Index

Functions

createFileAtomic

  • createFileAtomic(file: string): Promise<void>
  • Creates an file copy, making all folders required to satisfy the given file path atomically.

    function

    createFileAtomic

    memberof

    fsn/nextra

    Parameters

    • file: string

      Path of the file you want to create

    Returns Promise<void>

Const ensureFileAtomic

  • ensureFileAtomic(file: string): Promise<void>

Generated using TypeDoc