/
usr
/
share
/
nodejs
/
@types
/
spdx-expression-parse
/
Upload File
HOME
import { Token } from './'; declare function scan(source: string): Token[]; export = scan;