Skip to content

typed-typings/npm-chokidar

Repository files navigation

Typed chokidar

Greenkeeper badge Build Status

Typescript Typings for chokidar.

Installation

typings install --save chokidar

Usage

import * as chokidar from 'chokidar';

// One-liner for current directory, ignores .dotfiles
chokidar.watch('.', { ignored: /[\/\\]\./ }).on('all', (event: string, path: string) => {
  console.log(event, path);
});

Contributing

You can run them the tests with npm run build and npm run test.


Based on typings by Stefan Steinhart

About

Typings for chokidar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy