Sign in
chromium
/
devtools
/
devtools-frontend
/
fd72c071cc7869c6d6fcda7d500558d8ad5ff7be
/
.
/
node_modules
/
comment-parser
/
lib
/
parser
/
tokenizers
/
name.d.ts
blob: 7a5454880e1b94abcbed16bb14d9b069cb326098 [
file
] [
log
] [
blame
]
import
{
Tokenizer
}
from
'./index'
;
/**
* Splits remaining `spec.lines[].tokens.description` into `name` and `descriptions` tokens,
* and populates the `spec.name`
*/
export
default
function
nameTokenizer
():
Tokenizer
;