source:
node_modules/yaml/dist/compose/util-contains-newline.d.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 134 bytes |
Line | |
---|---|
1 | import type { Token } from '../parse/cst.js'; |
2 | export declare function containsNewline(key: Token | null | undefined): boolean | null; |
Note:
See TracBrowser
for help on using the repository browser.