UNPKG

@leismore/insert_separator

Version:

A JavaScript function that converts a string into a series of fixed-length string chunks divided by a given separator.

18 lines 553 B
{ "compilerOptions": { "lib": ["ES2015"], "target": "ES2015", "baseUrl": "./src/", "outDir": "./dist/", "module": "CommonJS", "moduleResolution": "Node", "resolveJsonModule": true, "strict": true, "declaration": true, "allowJs": false, "checkJs": false }, "include": ["./src/"], "exclude": ["./node_modules/", "./dist/", "./.git/", "./test/"] }