Added TTS helper
All checks were successful
Build / Publish Docs (push) Successful in 33s
Build / Build NPM Project (push) Successful in 44s
Build / Tag Version (push) Successful in 6s

This commit is contained in:
2026-01-18 12:56:20 -05:00
parent 1be2c1118f
commit fda92e46d5
4 changed files with 142 additions and 2 deletions

View File

@@ -21,5 +21,6 @@ export * from './search';
export * from './string';
export * from './template';
export * from './time';
export * from './tts';
export * from './types';
export * from 'var-persist';