Files
DefinitelyTyped/types/is-scoped/index.d.ts
2017-12-22 21:04:40 +01:00

9 lines
305 B
TypeScript

// Type definitions for is-scoped 1.0
// Project: https://github.com/sindresorhus/is-scoped#readme
// Definitions by: Leo Friedrichs <https://github.com/postcrafter>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = isScoped;
declare function isScoped(input: string): boolean;