update ts samples

This commit is contained in:
William Cheng 2025-10-06 01:45:35 +08:00
parent 2d2e1c41c4
commit 6f3dacafc4

View File

@ -65,5 +65,5 @@ import {operationId} from './symlinkDir';
The CommonJS syntax is as follows: The CommonJS syntax is as follows:
``` ```
import localName = require('./symlinkDir')'; import localName = require('./symlinkDir');
``` ```