narrow-minded
Version:
Easy typeof validations with sophisticated TypeScript inference.
14 lines • 603 B
TypeScript
/**
* Ongoing TS hassle: https://github.com/microsoft/TypeScript/issues/50152]
*
* > TypeScript will impose Node’s much stricter ESM resolution algorithm on those files, disabling
* index-file resolution and extensionless lookups—in fact, the extension the user has to write is
* .js, which will be nonsensical for the context, where the runtime module resolver (the bundler)
* only ever sees .ts files.
*/
export * from './narrow.js';
export * from './guard.js';
export * from './schema.js';
export * from './diff.js';
export * from './traverse.js';
//# sourceMappingURL=index.d.ts.map