@shelf/is-audio-filepath

v1.0.0
Determine whether filepath is for audio file
is-audio

lint

yarn lint:ci --fix

test

TZ=UTC jest src

build

rm -rf lib/ && yarn build:types && yarn build:code

lint:ci

eslint . --ext .js,.ts,.json

prepack

yarn build

coverage

yarn test --coverage

build:code

babel src --out-dir lib --ignore '**/*.test.ts' --extensions '.ts' && find ./lib -name '*.test.d.ts' -delete

type-check

tsc --noEmit

build:types

tsc --emitDeclarationOnly --declaration --isolatedModules false --declarationDir lib

type-check:watch

npm run type-check -- --watch
npm i @shelf/[email protected]

Metadata

  • MIT
  • >=14
  • Vitalii Sikora
  • released 5/6/2022

Downloads