HomepageGitHub
  • Preparing search index...
  • The search index is not available
Static Blog Generator Gulp
  • Static Blog Generator Gulp
  • gulpfile
  • <internal>
  • "fs"
  • promises
  • stat

Function stat

  • stat(path: PathLike, opts?: StatOptions & {
        bigint?: false;
    }): Promise<Stats>
  • Since

    v10.0.0

    Returns

    Fulfills with the {fs.Stats} object for the given path.

    Parameters

    • path: PathLike
    • Optional opts: StatOptions & {
          bigint?: false;
      }

    Returns Promise<Stats>

    • Defined in node_modules/@types/node/fs/promises.d.ts:735
  • stat(path: PathLike, opts: StatOptions & {
        bigint: true;
    }): Promise<BigIntStats>
  • Parameters

    • path: PathLike
    • opts: StatOptions & {
          bigint: true;
      }

    Returns Promise<BigIntStats>

    • Defined in node_modules/@types/node/fs/promises.d.ts:741
  • stat(path: PathLike, opts?: StatOptions): Promise<Stats | BigIntStats>
  • Parameters

    • path: PathLike
    • Optional opts: StatOptions

    Returns Promise<Stats | BigIntStats>

    • Defined in node_modules/@types/node/fs/promises.d.ts:747

Settings

Member Visibility

Theme

Modules

  • Static Blog Generator Gulp
    • _config
      • <internal>
        • "/home/runner/work/static-blog-generator/static-blog-generator/src/_config"
        • "node:stream/consumers"
        • "node:stream/promises"
        • Bluebird
        • EventEmitter
        • internal
          • finished
          • pipeline
    • api
      • <internal>
    • clean
    • clean/archive
    • defaults
    • globals
    • gulp-utils
    • gulp-utils/gulp.cache
      • <internal>
    • gulp-utils/gulp.debug
    • gulp.deploy
    • gulp.feed
    • gulp.safelink
      • <internal>
    • gulp.seo
    • gulp.sitemap
    • gulpfile
      • <internal>
        • "fs"
          • access
          • appendFile
          • chmod
          • chown
          • close
          • constants
          • copyFile
          • exists
          • fchmod
          • fchown
          • fdatasync
          • fstat
          • fsync
          • ftruncate
          • futimes
          • lchmod
          • lchown
          • link
          • lstat
          • lutimes
          • mkdir
          • mkdtemp
          • open
          • opendir
          • promises
          • read
          • readFile
          • readdir
          • readlink
          • readv
          • realpath
          • realpathSync
          • rename
          • rm
          • rmdir
          • stat
          • symlink
          • truncate
          • unlink
          • utimes
          • write
          • writeFile
          • writev
      • default
    • index
    • post
    • post/copy
    • post/permalink
      • <internal>
    • post/standalone
    • post/update
    • sitemap
      • <internal>
    • sitemap/archive
      • <internal>
    • sitemap/pages
    • sitemap/posts
    • utils
    • utils/array
    • utils/chain
    • utils/debug
    • utils/fm
    • utils/hash
      • <internal>
    • utils/isdev
    • utils/jest
    • utils/lockmanager
    • utils/logger
    • utils/noop
      • <internal>
    • utils/nunjucks-env
    • utils/object
    • utils/scheduler
    • utils/stream
    • utils/string
      • <internal>
  • CreateReadStreamOptions
  • CreateWriteStreamOptions
  • FileChangeInfo
  • FileHandle
  • FileReadOptions
  • FileReadResult
  • FlagAndOpenMode
  • constants
  • access
  • appendFile
  • chmod
  • chown
  • copyFile
  • cp
  • lchmod
  • lchown
  • link
  • lstat
  • lutimes
  • mkdir
  • mkdtemp
  • open
  • opendir
  • readFile
  • readdir
  • readlink
  • realpath
  • rename
  • rm
  • rmdir
  • stat
  • symlink
  • truncate
  • unlink
  • utimes
  • watch
  • writeFile