You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 86B

123456789101112
  1. node_modules
  2. src/**/*.js
  3. src/**/*.d.ts
  4. test/**/*.js
  5. test/**/*.d.ts
  6. *.d.ts
  7. *.js
  8. lib