mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
4 lines
126 B
TypeScript
4 lines
126 B
TypeScript
import htmlEntitiesDecoder = require('html-entities-decoder');
|
|
|
|
htmlEntitiesDecoder("1 © 2 ""); // $ExpectType string
|