1 2 3 4 5 6
| index.ts(2,5): error TS2305: Module '"str-utils"' has no exported member 'strReverse'. index.ts(3,5): error TS2305: Module '"str-utils"' has no exported member 'strToLower'. index.ts(4,5): error TS2305: Module '"str-utils"' has no exported member 'strToUpper'. index.ts(5,5): error TS2305: Module '"str-utils"' has no exported member 'strRandomize'. index.ts(6,5): error TS2305: Module '"str-utils"' has no exported member 'strInvertCase'. test.ts(5,5): error TS2344: Type 'false' does not satisfy the constraint 'true'.
|