Skip to content

Commit c829ded

Browse files
committed
fix: standard core index not includes string namespace
1 parent d9bba57 commit c829ded

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ import './math';
66
import './metatable';
77
import './modules';
88
import './os';
9+
import './string';
910
import './table';

0 commit comments

Comments
 (0)