The default type deduced by tsc from the JS works

This file was apparently never in use (its extension was not .d.ts).
This commit is contained in:
Manav Rathi
2024-07-22 14:43:11 +05:30
parent bd2e8bb728
commit fda6f68688

View File

@@ -1,10 +0,0 @@
/**
* Types for [clip-bpe-js](https://github.com/josephrocca/clip-bpe-js).
*
* Non exhaustive, only the function we need.
*/
declare module "clip-bpe-js" {
class Tokenizer {
encodeForCLIP(text: string): number[];
}
}