npm.io
10.3.3 • Published 3d ago

@cspell/filetypes

Licence
MIT
Version
10.3.3
Deps
0
Size
28 kB
Vulns
0
Weekly
0
Stars
1.7K

@cspell/filetypes

A library to help determine the type of a file.

Install

npm install -S @cspell/filetypes

Usage

import { findMatchingFileTypes } from '@cspell/filetypes';

console.log(findMatchingFileTypes('code.js')); // outputs: [ 'javascript' ]

Keywords