DefinitelyTyped/types/saslprep/saslprep-tests.ts
2018-12-31 08:22:39 -08:00

5 lines
167 B
TypeScript

import saslprep = require('saslprep');
saslprep('password\u00AD'); // $ExpectType string
saslprep('password\u00AD', { allowUnassigned: true }); // $ExpectType string