mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 17:35:49 +08:00
9 lines
305 B
TypeScript
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;
|