sevensc/typescript-string-operations

How import String module?

gabrielizalo opened this issue · 1 comments

Hello,
How is the way I import String module into my TS file?

I have imported in this way into my /src/myLib/ts:

import { String } from "../node_modules/typescript-string-operations/source/source";

Is this correct or I theres a better way?

Thanks

Hey, sorry for the delay. I just released a package where you can just write:

import { String } from "typescript-string-operations";