mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* add new type definition * add information comments * properly generate the files * address feedback * correct the package name
5 lines
151 B
TypeScript
5 lines
151 B
TypeScript
import parsePreferHeader = require('parse-prefer-header');
|
|
|
|
parsePreferHeader(['respond-async, wait=100', 'handling=lenient']);
|
|
parsePreferHeader('');
|